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_pc/f_pc_leaf.cpp | |
| parent | 88eb7be90cfa48808f2416e427498a97b1d71faa (diff) | |
re-generate with bug fixes
Diffstat (limited to 'src/f_pc/f_pc_leaf.cpp')
| -rw-r--r-- | src/f_pc/f_pc_leaf.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/f_pc/f_pc_leaf.cpp b/src/f_pc/f_pc_leaf.cpp index 1864def214..e8497a87dc 100644 --- a/src/f_pc/f_pc_leaf.cpp +++ b/src/f_pc/f_pc_leaf.cpp @@ -30,9 +30,6 @@ static void fpcLf_Execute(leafdraw_class*); static void fpcLf_IsDelete(leafdraw_class*); static void fpcLf_Delete(leafdraw_class*); static void fpcLf_Create(leafdraw_class*); -extern "C" extern void* g_fpcLf_Method[5 + 1 /* padding */]; -extern "C" extern u8 g_fpcLf_type[4 + 4 /* padding */]; -extern "C" extern u8 struct_80450D38[8]; extern "C" void fpcLf_GetPriority__FPC14leafdraw_class(); extern "C" void fpcLf_DrawMethod__FP21leafdraw_method_classPv(); |
