fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
This commit is contained in:
@@ -273,3 +273,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // _GPC_CANVAS_H_
|
||||
|
||||
|
@@ -126,5 +126,5 @@ private:
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPC_ENGINE_H
|
||||
|
||||
|
@@ -83,5 +83,5 @@ public:
|
||||
virtual bool ConvertEvent(int incode, int val);
|
||||
};
|
||||
|
||||
|
||||
#endif // _GPC_KEYBOARDDEVICE_H
|
||||
|
||||
|
@@ -101,5 +101,5 @@ protected:
|
||||
virtual bool ConvertEvent(KX_EnumInputs kxevent, int eventval);
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPC_MOUSE_DEVICE_H
|
||||
|
||||
|
@@ -83,5 +83,5 @@ inline GPC_PolygonMaterial::TCachingInfo GPC_PolygonMaterial::GetCachingInfo(voi
|
||||
return GetTFace();
|
||||
}
|
||||
|
||||
|
||||
#endif // __GPC_POLYGONMATERIAL_H
|
||||
|
||||
|
@@ -118,5 +118,5 @@ protected:
|
||||
int m_height;
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPC_RAWIMAGE_H__
|
||||
|
||||
|
@@ -33,8 +33,7 @@
|
||||
#ifndef __GPC_RAWLOADDOTBLENDARRAY_H
|
||||
#define __GPC_RAWLOADDOTBLENDARRAY_H
|
||||
|
||||
|
||||
void GetRawLoadingAnimation(unsigned char **data, int *dataSize);
|
||||
|
||||
|
||||
#endif // __GPC_RAWLOADDOTBLENDARRAY_H
|
||||
|
||||
|
@@ -172,5 +172,5 @@ protected:
|
||||
BMF_Font* m_font;
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPC_RENDERTOOLS_H
|
||||
|
||||
|
@@ -60,5 +60,5 @@ public:
|
||||
// NG_NetworkDeviceInterface* m_ndi;
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPC_SYSTEM_H
|
||||
|
||||
|
@@ -58,3 +58,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // __GPU_CANVAS_H
|
||||
|
||||
|
@@ -61,5 +61,5 @@ private:
|
||||
void AddEventHandlers();
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPU_ENGINE_H
|
||||
|
||||
|
@@ -60,5 +60,5 @@ public:
|
||||
convert_x_keycode_to_kx_keycode(unsigned int key);
|
||||
};
|
||||
|
||||
|
||||
#endif // _GPU_KEYBOARDDEVICE_H
|
||||
|
||||
|
@@ -55,3 +55,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // __GPU_POLYGONMATERIAL_H
|
||||
|
||||
|
@@ -47,5 +47,5 @@ public:
|
||||
virtual double GetTimeInSeconds();
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPU_SYSTEM_H
|
||||
|
||||
|
@@ -114,6 +114,5 @@ protected:
|
||||
void ShowCursor(void);
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif // _GPW_CANVAS_H_
|
||||
|
||||
|
@@ -46,5 +46,5 @@ public:
|
||||
bool Initialize(HDC hdc, int width, int height);
|
||||
};
|
||||
|
||||
|
||||
#endif // __GPW_ENGINE_H
|
||||
|
||||
|
@@ -67,3 +67,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif //_GPW_KEYBOARDDEVICE_H_
|
||||
|
||||
|
@@ -58,5 +58,5 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif //_GPW_SYSTEM_H_
|
||||
|
||||
|
@@ -135,4 +135,3 @@ protected:
|
||||
SND_IAudioDevice* m_audiodevice;
|
||||
};
|
||||
|
||||
|
||||
|
@@ -62,3 +62,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // _GPG_CANVAS_H_
|
||||
|
||||
|
@@ -55,3 +55,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //_GPG_KEYBOARDDEVICE_H_
|
||||
|
||||
|
@@ -52,5 +52,5 @@ public:
|
||||
virtual double GetTimeInSeconds();
|
||||
};
|
||||
|
||||
|
||||
#endif // _GPG_SYSTEM_H_
|
||||
|
||||
|
Reference in New Issue
Block a user