aboutsummaryrefslogtreecommitdiffstats
path: root/assets.c
diff options
context:
space:
mode:
Diffstat (limited to 'assets.c')
-rw-r--r--assets.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/assets.c b/assets.c
deleted file mode 100644
index f3254e2..0000000
--- a/assets.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * Copyright (C) 2018 Tomasz Kramkowski <tk@the-tk.com>
- * SPDX-License-Identifier: MIT
- */
-#include "assets.h"
-
-extern char _binary_assets_bie_start[];
-
-#define BIE_ENTRY(name, pos, size) struct asset name = { &_binary_assets_bie_start[pos], size };
-#include "assets.idx"