aboutsummaryrefslogtreecommitdiff
path: root/asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'asset.h')
-rw-r--r--asset.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/asset.h b/asset.h
new file mode 100644
index 0000000..74cf66b
--- /dev/null
+++ b/asset.h
@@ -0,0 +1,11 @@
+#ifndef asset_h
+#define asset_h
+
+#define enum_only
+#include "pack.h"
+#undef enum_only
+
+const unsigned char* get_asset(Asset_ID id);
+const struct Bitmap* get_bitmap(Asset_ID id);
+
+#endif