mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-02-16 17:35:39 +00:00
CRender3D -> CLegacy3D
This commit is contained in:
parent
60ce6180c0
commit
708455a82d
|
@ -56,7 +56,7 @@
|
|||
* - User-tunable settings should be stored here, not necessarily every
|
||||
* concievable parameter a class initializer might take.
|
||||
*/
|
||||
class CConfig: public COSDConfig, public CRender3DConfig, public CModel3Config, public CSoundBoardConfig, public CDSBConfig, public CDriveBoardConfig
|
||||
class CConfig: public COSDConfig, public Legacy3D::CLegacy3DConfig, public CModel3Config, public CSoundBoardConfig, public CDSBConfig, public CDriveBoardConfig
|
||||
{
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue