File WfCmdArgs.h

File List > game > include > WfCmdArgs.h

Go to the documentation of this file

#ifndef WFCMDARGS_H
#define WFCMDARGS_H

struct WfGameCmdArgs
{
    const char* savesDir;
};

extern struct WfGameCmdArgs gGameArgs;

#endif