mirror of
https://github.com/n64decomp/mk64
synced 2026-08-17 04:51:45 -04:00
Header cleanup and some renames (#616)
* Place macros for addr conversions * dl renames * fixes * changes ok * Delete types.h * move enums
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <ultra64.h>
|
||||
#include <macros.h>
|
||||
#include "config.h"
|
||||
#include <mk64.h>
|
||||
#include "buffers.h"
|
||||
|
||||
ALIGNED8 union_D_802BFB80 D_802BFB80;
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#ifndef RANDOM_H
|
||||
#define RANDOM_H
|
||||
|
||||
#include <ultra64.h>
|
||||
|
||||
extern u16 gRandomSeed16;
|
||||
extern u8 randomSeedPadding[];
|
||||
|
||||
#endif // RANDOM_H
|
||||
Reference in New Issue
Block a user