mirror of
https://github.com/zeldaret/tp
synced 2026-07-31 00:04:58 -04:00
Fixed _savegpr etc. (#54)
* 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 <>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#ifndef __D_CC_S_H_
|
||||
#define __D_CC_S_H_
|
||||
|
||||
#include "global.h"
|
||||
#include "SComponent/c_cc_s/c_cc_s.h"
|
||||
#include "d/d_cc/d_cc_mass_s/d_cc_mass_s.h"
|
||||
#include "global.h"
|
||||
|
||||
class dCcS {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user