DIRECTOR: Add newline at EOF

Fixes build in old compilers
This commit is contained in:
sluicebox 2022-03-27 18:56:13 -04:00
parent 45da48e799
commit 437184e2f0
3 changed files with 3 additions and 3 deletions

View File

@ -61,4 +61,4 @@ bool Debugger::lingoCommandProcessor(const char *inputOrig) {
return true;
}
} // End of namespace Director
} // End of namespace Director

View File

@ -40,4 +40,4 @@ private:
} // End of namespace Director
#endif
#endif

View File

@ -47,4 +47,4 @@ void b_xplayanim(int nargs);
} // End of namespace Director
#endif
#endif