yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
overlord.h
Go to the documentation of this file.
1#ifndef YAZE_APP_ZELDA3_SPRITE_OVERLORD_H
2#define YAZE_APP_ZELDA3_SPRITE_OVERLORD_H
3
4#include <string>
5
6namespace yaze {
7namespace zelda3 {
8
9// Overlord names defined in sprite.cc to avoid static initialization order issues
10extern const std::string kOverlordNames[26];
11
12}
13} // namespace yaze
14
15#endif // YAZE_APP_ZELDA3_SPRITE_OVERLORD_H
const std::string kOverlordNames[26]
Definition sprite.cc:295