Files
tmc/include/createObject.h
T
2021-07-04 16:48:34 +02:00

11 lines
205 B
C

#ifndef CREATEOBJECT_H
#define CREATEOBJECT_H
#include "entity.h"
// maybe a dedicated (create)Effect.h/c
void CreateDust(Entity* parent);
void CreateDustSmall(Entity* parent);
#endif // CREATEOBJECT_H