7 lines
117 B
C
7 lines
117 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
void spawn(const user_action_arg_t *arg);
|
|
void quit(const user_action_arg_t *arg);
|