mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-30 07:45:16 -04:00
Add fpc_ProcID type and use it for all process IDs
See https://github.com/zeldaret/tp/pull/2173
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// the DOL, even though this is an ugly hack and they're now in the wrong translation unit instead.
|
||||
#include "d/actor/d_a_player.h"
|
||||
void daPy_py_c::onFrollCrashFlg(u32) {}
|
||||
uint daPy_py_c::getGrabActorID() const { return fpcM_ERROR_PROCESS_ID_e; }
|
||||
fpc_ProcID daPy_py_c::getGrabActorID() const { return fpcM_ERROR_PROCESS_ID_e; }
|
||||
|
||||
#include "f_op/f_op_camera.h"
|
||||
#include "f_op/f_op_draw_tag.h"
|
||||
|
||||
Reference in New Issue
Block a user