REVIEWED: Created VS2022 projects for examples

Some renames and reviews
This commit is contained in:
Ray
2022-06-01 20:40:42 +02:00
parent f9483a6a52
commit 4232b2a0e7
40 changed files with 5800 additions and 34 deletions

View File

@ -23,7 +23,7 @@
//------------------------------------------------------------------------------------
// Program main entry point
//------------------------------------------------------------------------------------
int main(int argc, char *argv[0])
int main(int argc, char *argv[])
{
// Initialization
//--------------------------------------------------------------------------------------