more cleanup

This commit is contained in:
Henny022p
2021-03-15 23:40:11 +01:00
parent a2cdfd6d8d
commit a563bfbc28
52 changed files with 46 additions and 67 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef CREATEOBJECT_H
#define CREATEOBJECT_H
// maybe a dedicated (create)Effect.h/c
void CreateDust(Entity* parent);
void CreateDustSmall(Entity* parent);
#endif // CREATEOBJECT_H