mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-22 06:58:07 -05:00
10 lines
141 B
C
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
|