Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
#include "../window_func.h"
|
||||
#include "video_driver.hpp"
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
bool _video_hw_accel; ///< Whether to consider hardware accelerated video drivers on startup.
|
||||
bool _video_vsync; ///< Whether we should use vsync (only if active video driver supports HW acceleration).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user