mirror of https://github.com/PrimeDecomp/prime.git
7 lines
126 B
C++
7 lines
126 B
C++
|
#ifndef _CGUNWEAPON_HPP_
|
||
|
#define _CGUNWEAPON_HPP_
|
||
|
|
||
|
enum EChargeState { kGS_Normal, kGS_Charged };
|
||
|
|
||
|
#endif // _CGUNWEAPON_HPP_
|