Update renderd7.hpp

This commit is contained in:
tobid7 2021-11-27 11:51:56 +01:00 committed by GitHub
parent 237c9108bf
commit 92fdc24a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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