Skip to content

Commit b66f545

Browse files
Used OBJSDL_ as prefix for guard blocks
1 parent ba991ed commit b66f545

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

clipboard.hh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef SDL_CLIPBOARD_HH
2-
#define SDL_CLIPBOARD_HH
1+
#ifndef OBJSDL_CLIPBOARD_HH
2+
#define OBJSDL_CLIPBOARD_HH
33

44
#include <string>
55

clock.hh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef SDL_CLOCK_HH
2-
#define SDL_CLOCK_HH
1+
#ifndef OBJSDL_CLOCK_HH
2+
#define OBJSDL_CLOCK_HH
33

44
#include <chrono>
55

short_types.hh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef SDL_SHORT_TYPES_HH
2-
#define SDL_SHORT_TYPES_HH
1+
#ifndef OBJSDL_SHORT_TYPES_HH
2+
#define OBJSDL_SHORT_TYPES_HH
33

44
namespace SDL {
55
using cbool = const bool;

0 commit comments

Comments
 (0)