We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba991ed commit b66f545Copy full SHA for b66f545
clipboard.hh
@@ -1,5 +1,5 @@
1
-#ifndef SDL_CLIPBOARD_HH
2
-#define SDL_CLIPBOARD_HH
+#ifndef OBJSDL_CLIPBOARD_HH
+#define OBJSDL_CLIPBOARD_HH
3
4
#include <string>
5
clock.hh
-#ifndef SDL_CLOCK_HH
-#define SDL_CLOCK_HH
+#ifndef OBJSDL_CLOCK_HH
+#define OBJSDL_CLOCK_HH
#include <chrono>
short_types.hh
-#ifndef SDL_SHORT_TYPES_HH
-#define SDL_SHORT_TYPES_HH
+#ifndef OBJSDL_SHORT_TYPES_HH
+#define OBJSDL_SHORT_TYPES_HH
namespace SDL {
using cbool = const bool;
0 commit comments