3
0
mirror of https://github.com/CrazyRedMachine/popnhax.git synced 2024-11-24 06:10:12 +01:00
popnhax/util/cmdline.h

7 lines
143 B
C
Raw Normal View History

2023-02-10 20:29:11 +01:00
#ifndef UTIL_CMDLINE_H
#define UTIL_CMDLINE_H
void args_recover(int *argc, char ***argv);
void args_free(int argc, char **argv);
#endif