Begin moving existing actor class defs to headers

This commit is contained in:
LagoLunatic
2023-11-24 13:53:54 -05:00
parent 6c9b6c3c00
commit e69d6ae3f6
26 changed files with 327 additions and 437 deletions
+2 -5
View File
@@ -1,12 +1,9 @@
/**
* d_a_rectangle.cpp
*/
#include "d/actor/d_a_rectangle.h"
#include "f_op/f_op_actor.h"
#include "d/d_procname.h"
#include "dolphin/types.h"
struct RECTANGLE_class : fopAc_ac_c {};
/* 00000078-00000080 .text daRct_Draw__FP15RECTANGLE_class */
static BOOL daRct_Draw(RECTANGLE_class*) {
return true;