about summary refs log tree commit diff
path: root/pkgs/games/build-support/build-sandbox/src/params.h
blob: ea33872d9fa099f2c76f4e389e3898b3f1996bd4 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _PARAMS_H
#define _PARAMS_H

#include <stdbool.h>

bool setup_app_paths(void);

#endif