From 9b7be419c9dcc6ebd1e504713c7b2676ca3d2fdf Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 23 Oct 2024 21:54:28 +0200 Subject: `clang-format` --- src/crepe/api/Texture.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/crepe/api/Texture.h') diff --git a/src/crepe/api/Texture.h b/src/crepe/api/Texture.h index b376b44..6d3fb40 100644 --- a/src/crepe/api/Texture.h +++ b/src/crepe/api/Texture.h @@ -4,9 +4,8 @@ #include #include - namespace crepe { - class SdlContext; +class SdlContext; } namespace crepe::api { @@ -18,15 +17,13 @@ public: Texture(std::unique_ptr res); ~Texture(); - private: void load(std::unique_ptr res); - private: SDL_Texture * m_texture = nullptr; friend class crepe::SdlContext; }; -} // namespace crepe +} // namespace crepe::api -- cgit v1.2.3