1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00

Merge pull request #135 from InfoTeddy/code-quality-improvements

Make obj accessible from everywhere
This commit is contained in:
Terry Cavanagh 2020-02-01 00:59:59 +01:00 committed by GitHub
commit e439949d7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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