mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 21:21:57 -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:
@@ -1,6 +1,5 @@
|
||||
#ifndef EXECUTOR_H
|
||||
#define EXECUTOR_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* EXECUTOR_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef F_PC_PROFILE_LST_H
|
||||
#define F_PC_PROFILE_LST_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* F_PC_PROFILE_LST_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef UNKNOWN_TRANSLATION_UNIT_CTORS_H
|
||||
#define UNKNOWN_TRANSLATION_UNIT_CTORS_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* UNKNOWN_TRANSLATION_UNIT_CTORS_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef UNKNOWN_TRANSLATION_UNIT_DTORS_H
|
||||
#define UNKNOWN_TRANSLATION_UNIT_DTORS_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* UNKNOWN_TRANSLATION_UNIT_DTORS_H */
|
||||
|
||||
Reference in New Issue
Block a user