summaryrefslogtreecommitdiff
path: root/include/other_types.h
blob: 69af3e7f368c1f85b963624c65c3691a90c09b8d (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef OTHER_TYPES_H
#define OTHER_TYPES_H

#include "ultra64.h"

// Header for files that are well known, but don't have a proper header home yet

typedef u32 RomOffset;
typedef void* TexturePtr;

#endif