Formatting.

This commit is contained in:
Camilla Berglund
2012-03-07 15:04:14 +01:00
parent be547da9d2
commit 8155f90bf3
6 changed files with 29 additions and 1 deletions
+2
View File
@@ -33,6 +33,7 @@
//========================================================================
// Change to our application bundle's resources directory, if present
//========================================================================
static void changeToResourcesDirectory(void)
{
char resourcesPath[MAXPATHLEN];
@@ -105,6 +106,7 @@ int _glfwPlatformInit(void)
return GL_TRUE;
}
//========================================================================
// Close window, if open, and shut down GLFW
//========================================================================