implement all commands

no playback yet!
This commit is contained in:
tildearrow 2025-04-05 18:19:41 -05:00
parent fd9c935fc7
commit d7922baa07
4 changed files with 606 additions and 242 deletions

View file

@ -105,7 +105,8 @@ class DivCSPlayer {
// command stream utilities
namespace DivCS {
int getInsLength(unsigned char ins, unsigned char ext=0);
int getCmdLength(unsigned char ext);
int getInsLength(unsigned char ins, unsigned char ext=0, unsigned char* speedDial=NULL);
};
#endif