mirror of
https://github.com/zeldaret/tmc
synced 2026-06-01 01:39:50 -04:00
clang-format
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include "global.h"
|
||||
#include "entityData.h"
|
||||
|
||||
void extern CreateEntity(EntityData *);
|
||||
void extern CreateEntity(EntityData*);
|
||||
|
||||
void LoadRoomEntityList(EntityData *listPtr) {
|
||||
if (listPtr != NULL) {
|
||||
while (listPtr->entityType != 0xFF) {
|
||||
CreateEntity(listPtr++);
|
||||
}
|
||||
}
|
||||
}
|
||||
void LoadRoomEntityList(EntityData* listPtr) {
|
||||
if (listPtr != NULL) {
|
||||
while (listPtr->entityType != 0xFF) {
|
||||
CreateEntity(listPtr++);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user