mirror of
https://github.com/zeldaret/tmc
synced 2026-09-01 17:59:51 -04:00
Rename managers
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef ENEMYINTERACTIONMANAGER_H
|
||||
#define ENEMYINTERACTIONMANAGER_H
|
||||
|
||||
#include "manager.h"
|
||||
|
||||
typedef struct {
|
||||
Manager base;
|
||||
struct {
|
||||
Entity* enemies[8];
|
||||
} d;
|
||||
} EnemyInteractionManager;
|
||||
|
||||
#endif // ENEMYINTERACTIONMANAGER_H
|
||||
Reference in New Issue
Block a user