fixed spacing in the headers to get rid of some warnings and some other

little minor spacing issues.
This commit is contained in:
2002-10-30 02:07:20 +00:00
parent f6c7a89357
commit 01bff70383
699 changed files with 778 additions and 428 deletions

View File

@@ -162,4 +162,6 @@ private:
/** Blender area the game engine is running within */
struct ScrArea* m_area;
};
#endif // __KX_BLENDERCANVAS

View File

@@ -61,6 +61,5 @@ void BL_print_gamedebug_line_padded(char* text, int xco, int yco, int width, int
}
#endif //__cplusplus
#endif //__BLENDERGL

View File

@@ -212,9 +212,5 @@ public:
virtual bool ConvertBlenderEvent(unsigned short incode,short val)=0;
};
#endif //__KX_BLENDERINPUTDEVICE

View File

@@ -45,4 +45,6 @@ public:
virtual bool ConvertBlenderEvent(unsigned short incode,short val);
virtual void NextFrame();
};
#endif //__KX_BLENDERKEYBOARDDEVICE

View File

@@ -45,4 +45,6 @@ public:
virtual bool ConvertBlenderEvent(unsigned short incode,short val);
virtual void NextFrame();
};
#endif //__KX_BLENDERMOUSEDEVICE

View File

@@ -96,3 +96,4 @@ inline RAS_IPolyMaterial::TCachingInfo KX_BlenderPolyMaterial::GetCachingInfo(vo
}
#endif // __KX_BLENDERPOLYMATERIAL

View File

@@ -96,5 +96,5 @@ public:
void* tface);
};
#endif //__KX_BLENDERRENDERTOOLS

View File

@@ -48,4 +48,6 @@ public:
virtual ~KX_BlenderSystem() {};
virtual double GetTimeInSeconds();
};
#endif //__KX_BLENDERSYSTEM