mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Clean up all scriptclass externs into one location
I have the feeling that none of the devs understood what extern did, and they kind of just sprinkled it everywhere until things started working. But like all other classes, it should just be one line in the class's respective header file, and shouldn't be so messy.
This commit is contained in:
@@ -46,7 +46,6 @@ struct LevelMetaData
|
||||
|
||||
|
||||
extern std::vector<edentities> edentity;
|
||||
extern scriptclass script;
|
||||
|
||||
class EditorData
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user