Major change to split UI functions into common and front-and parts.

Cleaned up more warnings.
This commit is contained in:
waltje
2018-04-29 19:36:54 -04:00
parent edcb2110de
commit 9f04d73b62
82 changed files with 3746 additions and 3284 deletions

View File

@@ -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"