mirror of
https://github.com/zeldaret/tmc
synced 2026-06-29 11:40:59 -04:00
more cleanup
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user