- fixed dependency problems with OSD definitions being used in another header.

This commit is contained in:
Christoph Oelckers 2019-11-05 00:39:00 +01:00
parent 5b67d653ed
commit e37cb782ca
3 changed files with 16 additions and 14 deletions

View file

@ -32,12 +32,14 @@
**
*/
class FConfigFile;
struct osdfuncparm_t;
// Class that can parse command lines
class FCommandLine
{
friend int OSD_RegisterFunction(const char* pszName, const char* pszDesc, int (*func)(osdfuncparm_t const* const));
public:
FCommandLine (const char *commandline, bool no_escapes = false);
~FCommandLine ();