pmd-red/tools/dungeonjson/move_id_json.h
AnonymousRandomPerson 2c2d250bc2 Dumped learnset data
2023-01-29 21:58:44 -05:00

10 lines
141 B
C

#ifndef GUARD_MOVE_ID_JSON_H
#define GUARD_MOVE_ID_JSON_H
#include <string>
using std::string;
int get_move_id(string move_macro);
#endif