blender/source/creator
Kent Mein 77213f7da6 removed extra tabs in the help function.
It was
function()
{
						blah
}

changed it to just
function()
{
	blah
}

Kent
2003-07-03 13:53:11 +00:00
..
buildinfo.c Rolled back comments. According to new guidelines, no .c files 2003-06-18 03:48:55 +00:00
creator.c removed extra tabs in the help function. 2003-07-03 13:53:11 +00:00
Makefile Moved the OPENGL_HEADERS to the end of the include paths 2003-06-29 17:21:38 +00:00