correct include guards and add checks in check_style_c.py for them.

This commit is contained in:
2013-09-19 23:17:52 +00:00
parent 1d936a1074
commit d6b21df2e6
18 changed files with 67 additions and 24 deletions

View File

@@ -27,10 +27,13 @@
/** \file blender/python/intern/gpu.h
* \ingroup pythonintern
*/
/**
*
* Initializes the gpu Python module.
*/
#ifndef __GPU_H__
#define __GPU_H__
PyObject *GPU_initPython(void);
#endif /* __GPU_H__ */