mirror of
https://github.com/zeldaret/tp
synced 2026-08-04 01:03:47 -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,8 +1,8 @@
|
||||
#ifndef __D_EVENT_MANAGER_H_
|
||||
#define __D_EVENT_MANAGER_H_
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "d/d_event/d_event_data/d_event_data.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class dEvent_exception_c {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user