about summary refs log tree commit diff
path: root/pkgs/games/build-support/build-sandbox/src/params.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/build-support/build-sandbox/src/params.h')
-rw-r--r--pkgs/games/build-support/build-sandbox/src/params.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/games/build-support/build-sandbox/src/params.h b/pkgs/games/build-support/build-sandbox/src/params.h
new file mode 100644
index 00000000..ea33872d
--- /dev/null
+++ b/pkgs/games/build-support/build-sandbox/src/params.h
@@ -0,0 +1,8 @@
+#ifndef _PARAMS_H
+#define _PARAMS_H
+
+#include <stdbool.h>
+
+bool setup_app_paths(void);
+
+#endif