aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Image_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/Image_asset.h')
-rw-r--r--src/crepe/api/Image_asset.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/crepe/api/Image_asset.h b/src/crepe/api/Image_asset.h
deleted file mode 100644
index 0a36b0b..0000000
--- a/src/crepe/api/Image_asset.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#pragma once
-
-
-
-#include "Resource.h"
-#include <string>
-
-namespace crepe::api {
-
-
-class Texture : public Resource {
-
-public:
- Texture(const std::string&);
- ~Texture();
-};
-
-}