mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-08-31 23:25:59 -04:00
fix compile errors in msvc
This commit is contained in:
parent
e0aa5096ba
commit
ecf8f5c62c
3 changed files with 3 additions and 12 deletions
|
@ -413,11 +413,6 @@ int SDLContext::init_window(const VideoConfig &config, const char *title, std::f
|
|||
return exit_code;
|
||||
}
|
||||
|
||||
void SDLContext::init_video(const VideoConfig &config, const char *title) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
int SDLContext::check_axis_dir(int &cooldown, int value) {
|
||||
int range = 0x8000-_jcontrol_map.walk_deadzone;
|
||||
|
|
|
@ -100,8 +100,6 @@ public:
|
|||
|
||||
int init_window(const VideoConfig &config, const char *title, std::function<int()> game_thread);
|
||||
|
||||
void init_video(const VideoConfig &config, const char *title);
|
||||
|
||||
void set_window_icon(const void *icon_data, size_t icon_size);
|
||||
|
||||
void configure_controller(const JoystickConfig &cfg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue