mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-07 21:04:00 +02:00
9 lines
90 B
C
9 lines
90 B
C
#include "defines.h"
|
|
#include "itemio.h"
|
|
|
|
int main()
|
|
{
|
|
fill_items();
|
|
return 0;
|
|
}
|
|
|