mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 21:03:21 -04:00
Combine data headers into a single one and remove unnecessary declarations
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef IN_GAME_ACTIVEMENU_ACTIVEMENU_H
|
||||
#define IN_GAME_ACTIVEMENU_ACTIVEMENU_H
|
||||
#include <ultra64.h>
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
void amOpenPickTarget(void);
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#ifndef _IN_GAME_ACTIVEMENU_TICK_H
|
||||
#define _IN_GAME_ACTIVEMENU_TICK_H
|
||||
#include <ultra64.h>
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
void amTick(void);
|
||||
|
||||
Reference in New Issue
Block a user