mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-12 11:22:00 -04:00
d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
#include "JSystem/JUtility/TColor.h"
|
||||
#include "d/pane/d_pane_class_alpha.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
void dPaneClass_showNullPane(J2DScreen*);
|
||||
void dPaneClass_showNullPane(J2DPane*);
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#define D_PANE_D_PANE_CLASS_ALPHA_H
|
||||
|
||||
#include "JSystem/J2DGraph/J2DPane.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class J2DPane;
|
||||
class J2DScreen;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef D_PANE_D_PANE_CLASS_EX_H
|
||||
#define D_PANE_D_PANE_CLASS_EX_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* D_PANE_D_PANE_CLASS_EX_H */
|
||||
|
||||
Reference in New Issue
Block a user