aboutsummaryrefslogtreecommitdiffstats
path: root/assets.h
diff options
context:
space:
mode:
Diffstat (limited to 'assets.h')
-rw-r--r--assets.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/assets.h b/assets.h
deleted file mode 100644
index 1d18a0a..0000000
--- a/assets.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Copyright (C) 2018 Tomasz Kramkowski <tk@the-tk.com>
- * SPDX-License-Identifier: MIT
- */
-#ifndef ASSETS_H
-#define ASSETS_H
-
-#include <stddef.h>
-
-struct asset {
- void *data;
- size_t size;
-};
-
-#define BIE_ENTRY(name, pos, size) extern struct asset name;
-#include "assets.idx"
-#undef BIE_ENTRY
-
-#endif // ASSETS_H