RyanHub - file viewer
filename: include/map.h
branch: main
back to repo
// map.h

#ifndef MAP_H
#define MAP_H

void map_load(const char* filename);

#endif