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:
Misa
2020-05-18 10:12:11 -07:00
committed by Ethan Lee
parent 7afe206a0d
commit 3a5dd5a616
7 changed files with 2 additions and 11 deletions

View File

@@ -46,7 +46,6 @@ struct LevelMetaData
extern std::vector<edentities> edentity;
extern scriptclass script;
class EditorData
{