comparison Samples/Sdl/SdlHelpers.h @ 1386:dfb48f0794b1

Ongoing splitting SDL vs WASM (preparing RtViewer WASM)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 27 Apr 2020 16:48:19 +0200
parents 9d138883be66
children 240531afdd2d
comparison
equal deleted inserted replaced
1385:ffe9beb7c5d3 1386:dfb48f0794b1
1 #pragma once 1 #pragma once
2
3 #if ORTHANC_ENABLE_SDL != 1
4 # error This file cannot be used if ORTHANC_ENABLE_SDL != 1
5 #endif
6
7 #include <SDL.h>
2 8
3 #include <map> 9 #include <map>
4 #include <string> 10 #include <string>
5 11
6 namespace OrthancStoneHelpers 12 namespace OrthancStoneHelpers