#ifndef LEVEL_H #define LEVEL_H void set_level(int w, int l); void get_lvl_id(int w, int l, char * str); #endif