mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-01 17:57:10 -04:00
14 lines
295 B
C
14 lines
295 B
C
#ifndef _IN_LIB_ARGS_H
|
|
#define _IN_LIB_ARGS_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
char *argParseString(char *str);
|
|
void argSetString(char *string);
|
|
s32 argsParseDebugArgs(void);
|
|
char *argFindByPrefix(s32 occurrence, char *string);
|
|
void argGetLevel(s32 *stagenum);
|
|
|
|
#endif
|