1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-25 22:18:30 +02:00

Make obj accessible from everywhere

Looks like in my original pull request I forgot to do this. Oh well.
This commit is contained in:
Info Teddy 2020-01-31 15:53:29 -08:00
parent ab68cd98c8
commit 867e8ff0fe

View File

@ -242,4 +242,6 @@ public:
int customcrewmoods[6];
};
extern entityclass obj;
#endif /* ENTITY_H */