ss/include/d/d_cs.h
robojumper 3b5a959d1b
Some checks are pending
Build / build (SOUE01) (push) Waiting to run
Cursor chaos (#71)
* dCsBase_c mostly done

* dCsGame_c state funcs

* More labels

* Idk anymore

* label ctor

* Move some code

* Add offsets, fix EffectsStruct misconception
2024-10-20 10:01:00 -04:00

9 lines
95 B
C++

#ifndef D_CS_H
#define D_CS_H
#include "d/d_base.h"
class dCs_c : public dBase_c {};
#endif