diff options
| author | Julgodis <> | 2021-03-30 01:58:08 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-03-30 01:58:08 +0200 |
| commit | a868b6ae56e5d586f31a445f47b45f5ac039c74a (patch) | |
| tree | 304857807d7375019ce452ceaad17045683a8c98 /src/f_op/f_op_msg.cpp | |
| parent | 88eb7be90cfa48808f2416e427498a97b1d71faa (diff) | |
re-generate with bug fixes
Diffstat (limited to 'src/f_op/f_op_msg.cpp')
| -rw-r--r-- | src/f_op/f_op_msg.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/f_op/f_op_msg.cpp b/src/f_op/f_op_msg.cpp index 72f4e8d68e..891e1ac6d8 100644 --- a/src/f_op/f_op_msg.cpp +++ b/src/f_op/f_op_msg.cpp @@ -28,7 +28,6 @@ static void fopMsg_Execute(void*); static void fopMsg_IsDelete(void*); static void fopMsg_Delete(void*); static void fopMsg_Create(void*); -extern "C" extern void* g_fopMsg_Method[5 + 1 /* padding */]; extern "C" static void fopMsg_Draw__FPv(); extern "C" static void fopMsg_Execute__FPv(); @@ -52,7 +51,6 @@ void fpcMtd_Execute(process_method_class*, void*); void fpcMtd_IsDelete(process_method_class*, void*); void fpcMtd_Delete(process_method_class*, void*); void fpcMtd_Create(process_method_class*, void*); -extern "C" extern u8 struct_80451124[4]; extern "C" void fopMsgM_GetAppend__FPv(); extern "C" void fopDwTg_ToDrawQ__FP16create_tag_classi(); |
