src/video/win32_v.h
branchnoai
changeset 9723 eee46cb39750
parent 9641 855e32c08c9b
child 10455 22c441f5adf9
equal deleted inserted replaced
9722:ebf0ece7d8f6 9723:eee46cb39750
    15 
    15 
    16 	/* virtual */ void MainLoop();
    16 	/* virtual */ void MainLoop();
    17 
    17 
    18 	/* virtual */ bool ChangeResolution(int w, int h);
    18 	/* virtual */ bool ChangeResolution(int w, int h);
    19 
    19 
    20 	/* virtual */ void ToggleFullscreen(bool fullscreen);
    20 	/* virtual */ bool ToggleFullscreen(bool fullscreen);
    21 };
    21 };
    22 
    22 
    23 class FVideoDriver_Win32: public VideoDriverFactory<FVideoDriver_Win32> {
    23 class FVideoDriver_Win32: public VideoDriverFactory<FVideoDriver_Win32> {
    24 public:
    24 public:
    25 	static const int priority = 10;
    25 	static const int priority = 10;