4 lines
74 B
C++
4 lines
74 B
C++
#pragma once
|
|
#include <iostream>
|
|
|
|
void Chai_LoadMap(std::string mapname);
|