code cleanup: make local game engine functions static

This commit is contained in:
Campbell Barton
2012-09-16 00:22:55 +00:00
parent 2d6839ce65
commit beac985ab7
19 changed files with 76 additions and 75 deletions

View File

@@ -168,7 +168,7 @@ static struct PyModuleDef VideoTexture_module_def = {
0, /* m_free */
};
PyObject* initVideoTexture(void)
static PyObject *initVideoTexture(void)
{
PyObject * m;