More preparing, Add OPL type docs

This commit is contained in:
cam900 2022-08-21 13:10:46 +09:00
parent 2863f1662f
commit 0b2f491997
3 changed files with 21 additions and 25 deletions

View file

@ -151,6 +151,10 @@ class DivPlatformOPL: public DivDispatch {
void renderSamples();
int init(DivEngine* parent, int channels, int sugRate, unsigned int flags);
void quit();
DivPlatformOPL(int type, bool drums):
DivDispatch() {
setOPLType(type,drums);
}
~DivPlatformOPL();
};
#endif