1 2 3 4 5 6 7
#ifndef _OLD_H #define _OLD_H void old_init(Entity *e); void old_update(Entity *e); #endif /* _OLD_H */