mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 15:21:09 -04:00
9 lines
184 B
C
9 lines
184 B
C
#ifndef CREATEOBJECT_H
|
|
#define CREATEOBJECT_H
|
|
|
|
// maybe a dedicated (create)Effect.h/c
|
|
void CreateDust(Entity* parent);
|
|
void CreateDustSmall(Entity* parent);
|
|
|
|
#endif // CREATEOBJECT_H
|