Update renderd7.hpp

This commit is contained in:
2021-11-27 11:51:56 +01:00
committed by GitHub
parent 237c9108bf
commit 92fdc24a49

View File

@ -144,7 +144,7 @@ namespace RenderD7
} }
namespace Init namespace Init
{ {
Result Main(); Result Main(std::string app_name = "RD7Game");
void NdspFirm(bool useit = false); void NdspFirm(bool useit = false);
} }
namespace Exit namespace Exit