mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-31 07:56:03 -04:00
10 lines
156 B
C
10 lines
156 B
C
#ifndef _IN_GAME_ACTIVEMENU_TICK_H
|
|
#define _IN_GAME_ACTIVEMENU_TICK_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void amTick(void);
|
|
|
|
#endif
|