Skip to content

Commit

Permalink
Separate MemFile and StringFile
Browse files Browse the repository at this point in the history
  • Loading branch information
a740g committed Sep 6, 2024
1 parent 75ec220 commit 18371f6
Show file tree
Hide file tree
Showing 7 changed files with 149 additions and 359 deletions.
2 changes: 1 addition & 1 deletion MODPlayer.bas
Original file line number Diff line number Diff line change
Expand Up @@ -2291,5 +2291,5 @@ FUNCTION MODPlayer_GetOrders~%
END FUNCTION

'$INCLUDE:'SoftSynth.bas'
'$INCLUDE:'MemFile.bas'
'$INCLUDE:'StringFile.bas'
'$INCLUDE:'FileOps.bas'
2 changes: 1 addition & 1 deletion MODPlayer.bi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $INCLUDEONCE
'$INCLUDE:'Types.bi'
'$INCLUDE:'SoftSynth.bi'
'$INCLUDE:'AudioConv.bi'
'$INCLUDE:'MemFile.bi'
'$INCLUDE:'StringFile.bi'
'$INCLUDE:'FileOps.bi'

CONST __NOTE_NONE~%% = 132~%% ' Note will be set to this when there is nothing
Expand Down
Loading

0 comments on commit 18371f6

Please sign in to comment.