Add VSCdoe config

Remove do_splash
This commit is contained in:
2024-07-13 10:32:23 +02:00
parent ac9e58cce2
commit 02172d8aef
6 changed files with 136 additions and 5 deletions

View File

@ -16,7 +16,6 @@ enum PDFlags_ {
PDFlags_None = 0,
PDFlags_MemTrack = 1 << 0,
PDFlags_SceneSystem = 1 << 1,
PDFlags_ShowSplash = 1 << 2,
PDFlags_Default = PDFlags_SceneSystem,
};

View File

@ -15,7 +15,6 @@
#endif
// Base
extern bool pdi_do_splash;
extern bool pdi_enable_scene_system;
extern bool pdi_debugging;
extern bool pdi_enable_memtrack;