mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07: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:
co-authored by
Julgodis <>
parent
609891bc25
commit
d2e9db3748
@@ -1,8 +1,8 @@
|
||||
#ifndef __C_CC_S_H_
|
||||
#define __C_CC_S_H_
|
||||
|
||||
#include "global.h"
|
||||
#include "SComponent/c_cc_d/c_cc_d.h"
|
||||
#include "global.h"
|
||||
|
||||
class cCcS {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user