move VideoModeParams out of RageDisplay to reduce header dependencies
This commit is contained in:
@@ -26,6 +26,9 @@ extern int g_argc;
|
||||
extern char **g_argv;
|
||||
bool GetCommandlineArgument( const CString &option, CString *argument=NULL, int iIndex=0 );
|
||||
|
||||
struct VideoModeParams;
|
||||
void GetCurVideoModeParams( VideoModeParams ¶msOut );
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user