mirror of https://github.com/PrimeDecomp/prime.git
9 lines
107 B
C++
9 lines
107 B
C++
|
#ifndef _CSTATEMANAGER_HPP
|
||
|
#define _CSTATEMANAGER_HPP
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
class CStateManager {};
|
||
|
|
||
|
#endif
|