diff options
author | Nao Pross <naopross@thearcway.org> | 2019-01-23 02:50:31 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2019-01-23 02:50:31 +0100 |
commit | fe1c9aff4a3d773277813f01e853e7d8826367fb (patch) | |
tree | 3209a97ab2e9337463e97a71eb92417a5955c696 /include/wsdl2.hpp | |
parent | Limit framerate of window_test (diff) | |
download | libwsdl2-fe1c9aff4a3d773277813f01e853e7d8826367fb.tar.gz libwsdl2-fe1c9aff4a3d773277813f01e853e7d8826367fb.zip |
Interface basic renderer drawing functions
Diffstat (limited to '')
-rw-r--r-- | include/wsdl2.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/wsdl2.hpp b/include/wsdl2.hpp index 16564ac..5761d07 100644 --- a/include/wsdl2.hpp +++ b/include/wsdl2.hpp @@ -7,16 +7,6 @@ extern "C" { namespace wsdl2 { bool initialize(void); void quit(void); - - namespace util { - constexpr inline bool sdl_bool(SDL_bool b) { - return b == SDL_TRUE; - } - - constexpr inline SDL_bool sdl_bool(bool b) { - return (b) ? SDL_TRUE : SDL_FALSE; - } - } // tool functions void delay(unsigned ms); |