Split scripts into separate files

This commit is contained in:
octorock
2021-03-05 01:00:45 +01:00
parent 37d03d1382
commit 6dce46458c
1072 changed files with 25621 additions and 2152 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "entity.h"
#include "room.h"
void sub_080A29BC(Entity* parent) {
void sub_080A29BC(Entity* parent) { // TODO this is CreateDust, why is it here again? Fogot to delete file?
CreateFx(parent, 2, 0);
}