#ifndef DATA_H #define DATA_H #include "save_basic.h" #include "map_basic.h" // Sample Korok seed locations (first 10 for testing) extern Point KOROKS[]; extern const int KOROK_COUNT; #endif