mirror of
https://github.com/zeldaret/ss.git
synced 2025-01-05 20:50:16 +00:00
3b5a959d1b
Some checks are pending
Build / build (SOUE01) (push) Waiting to run
* dCsBase_c mostly done * dCsGame_c state funcs * More labels * Idk anymore * label ctor * Move some code * Add offsets, fix EffectsStruct misconception
9 lines
95 B
C++
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
|