split file ops code
This commit is contained in:
parent
339959fc23
commit
c39d3898b4
|
@ -267,6 +267,7 @@ src/engine/safeReader.cpp
|
|||
src/engine/safeWriter.cpp
|
||||
src/engine/dispatchContainer.cpp
|
||||
src/engine/engine.cpp
|
||||
src/engine/fileOps.cpp
|
||||
src/engine/instrument.cpp
|
||||
src/engine/macroInt.cpp
|
||||
src/engine/pattern.cpp
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -218,6 +218,8 @@ class DivEngine {
|
|||
|
||||
private: int* jediTable;
|
||||
|
||||
DivSystem systemFromFile(unsigned char val);
|
||||
unsigned char systemToFile(DivSystem val);
|
||||
int dispatchCmd(DivCommand c);
|
||||
void processRow(int i, bool afterDelay);
|
||||
void nextOrder();
|
||||
|
|
1557
src/engine/fileOps.cpp
Normal file
1557
src/engine/fileOps.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue