Mac and Linux SDL2 binary snapshots
Edward Rudd
2020-05-02 03f8528315fa46c95991a34f3325d7b33ae5538c
source/src/SDL_hints_c.h
copy from source/src/video/mir/SDL_mirmouse.h copy to source/src/SDL_hints_c.h
File was copied from source/src/video/mir/SDL_mirmouse.h
@@ -1,6 +1,6 @@
/*
  Simple DirectMedia Layer
  Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
  Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org>
  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
@@ -18,20 +18,15 @@
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.
*/
#include "./SDL_internal.h"
/*
  Contributed by Brandon Schaefer, <brandon.schaefer@canonical.com>
*/
/* This file defines useful function for working with SDL hints */
#ifndef SDL_mirmouse_h_
#define SDL_mirmouse_h_
#ifndef SDL_hints_c_h_
#define SDL_hints_c_h_
extern void
MIR_InitMouse();
extern SDL_bool SDL_GetStringBoolean(const char *value, SDL_bool default_value);
extern void
MIR_FiniMouse();
#endif /* SDL_mirmouse_h_ */
#endif /* SDL_hints_c_h_ */
/* vi: set ts=4 sw=4 expandtab: */