mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
8 lines
111 B
C
8 lines
111 B
C
#ifndef CMDSTACK_H
|
|
#define CMDSTACK_H
|
|
#include "types.h"
|
|
extern "C"{
|
|
void Jac_Portcmd_Init(void);
|
|
}
|
|
|
|
#endif |