summaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-15 23:09:25 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-15 23:09:25 +0100
commit1e191607c478f2d6d78ae2b80855d05f877bd8bb (patch)
treee28ff4ef5ccb3f82f16f029170952a550d43b507 /src/image.h
parenta8b2c1dc224c21f9ba37c0ec2f5a32e0890ff532 (diff)
NULL > nullptr
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/image.h b/src/image.h
index 6f99936..0e7c4c1 100644
--- a/src/image.h
+++ b/src/image.h
@@ -1,5 +1,4 @@
-#ifndef INCLUDE_IMAGE
-#define INCLUDE_IMAGE
+#pragma once
#include <cstdint>
@@ -36,5 +35,3 @@ extern ts_image img_folder;
extern ts_image img_drop;
void ts_load_images();
-
-#endif \ No newline at end of file