REVIEWED: main(void)
This commit is contained in:
parent
9c73b0eb37
commit
d172a24bb0
6 changed files with 6 additions and 6 deletions
|
|
@ -36,7 +36,7 @@ void UpdateDrawFrame(void); // Update and Draw one frame
|
|||
//----------------------------------------------------------------------------------
|
||||
// Program main entry point
|
||||
//----------------------------------------------------------------------------------
|
||||
int main()
|
||||
int main(void)
|
||||
{
|
||||
// Initialization
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue