summaryrefslogtreecommitdiffstats
path: root/include/wsdl2.hpp
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-01-23 02:50:31 +0100
committerNao Pross <naopross@thearcway.org>2019-01-23 02:50:31 +0100
commitfe1c9aff4a3d773277813f01e853e7d8826367fb (patch)
tree3209a97ab2e9337463e97a71eb92417a5955c696 /include/wsdl2.hpp
parentLimit framerate of window_test (diff)
downloadlibwsdl2-fe1c9aff4a3d773277813f01e853e7d8826367fb.tar.gz
libwsdl2-fe1c9aff4a3d773277813f01e853e7d8826367fb.zip
Interface basic renderer drawing functions
Diffstat (limited to 'include/wsdl2.hpp')
-rw-r--r--include/wsdl2.hpp10
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);