power_play/src/app.h
2024-02-29 16:01:51 -06:00

10 lines
166 B
C

#ifndef APP_H
#define APP_H
struct string app_write_path_cat(struct arena *arena, struct string filename);
void app_entry_point(void);
void app_quit(void);
#endif