/cpp_indie_studio

Indie studio project

Primary LanguageC++

DEV :

tips:
	fichier media => assets / importer en chemin direct "assets/<fichier>"

linux setup :

  compiler:
	mkdir build ; cd build ; cmake .. ; make

windows setup:

  compiler:
	?