forked from brmlab/brmbar-github
9 lines
90 B
C
9 lines
90 B
C
#include "defines.h"
|
|
#include "itemio.h"
|
|
|
|
int main()
|
|
{
|
|
fill_items();
|
|
return 0;
|
|
}
|
|
|