Fix format.sh

This commit is contained in:
octorock
2021-07-04 16:48:34 +02:00
parent 3664b4a37b
commit 811ea30321
14 changed files with 24 additions and 4 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef CREATEOBJECT_H
#define CREATEOBJECT_H
#include "entity.h"
// maybe a dedicated (create)Effect.h/c
void CreateDust(Entity* parent);
void CreateDustSmall(Entity* parent);