A repository that sets up a C++ Project with the olcPixelGameEngine already loaded.
 
 
 
CPlusPlusProjectTemplate/Map.cpp

6 lines
66 B

#include "Map.h"
void Map::test(){
printf("Hello Map\n");
}