Rename objects

This commit is contained in:
octorock
2022-07-23 12:43:43 +02:00
parent ccba86d292
commit 852effa474
671 changed files with 5779 additions and 5277 deletions
+9 -3
View File
@@ -1,11 +1,17 @@
#include "global.h"
/**
* @file objectA.c
* @ingroup Objects
*
* @brief ObjectA object
*/
#include "entity.h"
#include "room.h"
#include "flags.h"
#include "object.h"
#include "functions.h"
#include "game.h"
#include "global.h"
#include "hitbox.h"
#include "object.h"
#include "room.h"
extern u8 gUpdateVisibleTiles;