Skip to content
Snippets Groups Projects
items.hpp 68 B
Newer Older
#ifndef ITEM_HPP
#define ITEM_HPP

struct Item {
	int id;
};
#endif