#ifndef _OLD_H #define _OLD_H #define ENEMY_JUMP_DELAY 2 void old_init(Entity *e); void old_update(Entity *e); #endif /* _OLD_H */