mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-27 17:02:55 -04:00
fe87a0f926
* renamed func_XXX to _savegpr_XX * renamed func_XXX to _restgpr_XX * renamed func_XXX to _savefpr_XX * renamed func_XXX to _restfpr_XX * cleanup functions.h and moved intrisics to mwcc.h * formatting * cleanup functions.h * fix bad-formatting from master Co-authored-by: Julgodis <>
14 lines
202 B
C++
14 lines
202 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 |