Cleanup.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2019-06-18 18:18:07 +02:00
parent 8c9e9e2e2e
commit 74b967392d
3 changed files with 4 additions and 16 deletions

View File

@ -1,11 +0,0 @@
#ifndef EffectEntry_H
#define EffectEntry_H
#include "Effect.h"
typedef struct {
const char* name;
Effect* effect;
} EffectEntry;
#endif