mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
632ff4b2ab
* git subrepo clone (merge) --branch=5da3132606e4fd427a8d72b8428e4f921cd6e56f git@github.com:z64tools/z64compress.git tools/z64compress subrepo: subdir: "tools/z64compress" merged: "5da3132" upstream: origin: "git@github.com:z64tools/z64compress.git" branch: "5da3132606e4fd427a8d72b8428e4f921cd6e56f" commit: "5da3132" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596" * z64compress_wrapper.py * fixes * dmadata.c * readme * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "01ac556" upstream: origin: "git@github.com:ethteck/splat.git" branch: "master" commit: "01ac556" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596" * segment_end_before_align: True * Add compressed step to jenkinsfile * TODO * format * remove from boot_variables.h * simplify * Change makefile to match MM
12 lines
206 B
C
12 lines
206 B
C
#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
|