mirror of
https://github.com/pret/pmd-red.git
synced 2026-05-11 06:34:41 -05:00
11 lines
165 B
C
11 lines
165 B
C
#ifndef GUARD_ITEM_ID_JSON_H
|
|
#define GUARD_ITEM_ID_JSON_H
|
|
|
|
#include <string>
|
|
using std::string;
|
|
|
|
int get_item_id(string item_macro);
|
|
int get_num_item_ids();
|
|
|
|
#endif
|