mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- fixed dependency problems with OSD definitions being used in another header.
This commit is contained in:
parent
5b67d653ed
commit
e37cb782ca
3 changed files with 16 additions and 14 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue