mirror of
https://github.com/zeldaret/tp
synced 2026-06-28 03:03:14 -04:00
c70d485d35
i previously had a bad habit of using double underscores in include guard macro names, which are implementation-reserved per the C++98 standard (see 17.4.3.1.2 Global names). Co-authored-by: Pheenoh <pheenoh@gmail.com>
14 lines
198 B
C++
14 lines
198 B
C++
#ifndef C_CC_S_H_
|
|
#define C_CC_S_H_
|
|
|
|
#include "SComponent/c_cc_d/c_cc_d.h"
|
|
#include "global.h"
|
|
|
|
class cCcS {
|
|
public:
|
|
private:
|
|
u8 field_0x0[10260];
|
|
cCcD_DivideArea cccd_dividearea;
|
|
};
|
|
|
|
#endif |