Change include paths and argument type on main functions to ease linux adoption (#307)
This commit is contained in:
committed by
Markus Tavenrath
parent
3f20016ba9
commit
45590a9bd7
@@ -29,7 +29,7 @@ static char const* EngineName = "Vulkan.hpp";
|
||||
// unknow compiler... just ignore the warnings for yourselves ;)
|
||||
#endif
|
||||
|
||||
int main(int /*argc*/, char * /*argv[]*/)
|
||||
int main(int /*argc*/, char ** /*argv*/)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user