mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
14 lines
202 B
C++
14 lines
202 B
C++
#ifndef __C_CC_S_H_
|
|
#define __C_CC_S_H_
|
|
|
|
#include "global.h"
|
|
#include "SComponent/c_cc_d/c_cc_d.h"
|
|
|
|
class cCcS {
|
|
public:
|
|
private:
|
|
u8 field_0x0[10260];
|
|
cCcD_DivideArea cccd_dividearea;
|
|
};
|
|
|
|
#endif |