#ifndef _EVENTS #define _EVENTS void addItem(char *type, int yPos, int xPos); void randomEvent(); void tryRandomEvent(); #endif