Files
sm-vita/src/features.h
2023-03-05 22:06:32 +01:00

10 lines
226 B
C

// 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_