mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-29 09:05:41 +00:00
Added in drive board config
This commit is contained in:
parent
5c8af8d259
commit
d08ba050bd
|
@ -56,7 +56,7 @@
|
||||||
* - User-tunable settings should be stored here, not necessarily every
|
* - User-tunable settings should be stored here, not necessarily every
|
||||||
* concievable parameter a class initializer might take.
|
* concievable parameter a class initializer might take.
|
||||||
*/
|
*/
|
||||||
class CConfig: public COSDConfig, public CRender3DConfig, public CModel3Config, public CSoundBoardConfig, public CDSBConfig
|
class CConfig: public COSDConfig, public CRender3DConfig, public CModel3Config, public CSoundBoardConfig, public CDSBConfig, public CDriveBoardConfig
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue