Initial commit
This commit is contained in:
9
src/features.h
Normal file
9
src/features.h
Normal file
@@ -0,0 +1,9 @@
|
||||
// This file declares extensions to the base game
|
||||
#ifndef ZELDA3_FEATURES_H_
|
||||
#define ZELDA3_FEATURES_H_
|
||||
|
||||
#include "types.h"
|
||||
|
||||
// Special RAM locations that are unused but I use for compat things.
|
||||
|
||||
#endif // ZELDA3_FEATURES_H_
|
||||
Reference in New Issue
Block a user