Major change to split UI functions into common and front-and parts.
Cleaned up more warnings.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* NOTES: This code should be re-merged into a single init() with a
|
||||
* 'fullscreen' argument, indicating FS mode is requested.
|
||||
*
|
||||
* Version: @(#)win_ddraw.cpp 1.0.5 2018/04/25
|
||||
* Version: @(#)win_ddraw.cpp 1.0.6 2018/04/27
|
||||
*
|
||||
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -54,8 +54,8 @@
|
||||
# pragma warning(disable: 4200)
|
||||
#endif
|
||||
#include "../video/video.h"
|
||||
#include "../ui/ui.h"
|
||||
#include "../plat.h"
|
||||
#include "../ui.h"
|
||||
#include "win.h"
|
||||
#include "win_ddraw.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user