mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove include guards from Scripts.cpp and TerminalScripts.cpp
These files are never included, so why do they have include guards?
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
#ifndef SCRIPTS_H
|
||||
#define SCRIPTS_H
|
||||
|
||||
#include "Script.h"
|
||||
|
||||
void scriptclass::load(std::string t)
|
||||
@@ -6756,4 +6753,3 @@ void scriptclass::load(std::string t)
|
||||
}
|
||||
|
||||
}
|
||||
#endif /* SCRIPTS_H */
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#ifndef TERMINALSCRIPTS_H
|
||||
#define TERMINALSCRIPTS_H
|
||||
|
||||
#include "Script.h"
|
||||
|
||||
void scriptclass::loadother(std::string t)
|
||||
@@ -1019,5 +1016,3 @@ void scriptclass::loadother(std::string t)
|
||||
filllines(lines);
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* TERMINALSCRIPTS_H */
|
||||
|
||||
Reference in New Issue
Block a user