aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/Texture.h')
-rw-r--r--src/crepe/api/Texture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/api/Texture.h b/src/crepe/api/Texture.h
index 993f72b..7a2c755 100644
--- a/src/crepe/api/Texture.h
+++ b/src/crepe/api/Texture.h
@@ -6,7 +6,7 @@
#include "Asset.h"
namespace crepe {
-class SdlContext;
+class SDLContext;
}
namespace crepe::api {
@@ -24,7 +24,7 @@ private:
private:
SDL_Texture * texture = nullptr;
- friend class crepe::SdlContext;
+ friend class crepe::SDLContext;
};
} // namespace crepe::api