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

@@ -273,3 +273,4 @@ protected:
};
#endif // _GPC_CANVAS_H_

View File

@@ -126,5 +126,5 @@ private:
};
#endif // __GPC_ENGINE_H

View File

@@ -83,5 +83,5 @@ public:
virtual bool ConvertEvent(int incode, int val);
};
#endif // _GPC_KEYBOARDDEVICE_H

View File

@@ -101,5 +101,5 @@ protected:
virtual bool ConvertEvent(KX_EnumInputs kxevent, int eventval);
};
#endif // __GPC_MOUSE_DEVICE_H

View File

@@ -83,5 +83,5 @@ inline GPC_PolygonMaterial::TCachingInfo GPC_PolygonMaterial::GetCachingInfo(voi
return GetTFace();
}
#endif // __GPC_POLYGONMATERIAL_H

View File

@@ -118,5 +118,5 @@ protected:
int m_height;
};
#endif // __GPC_RAWIMAGE_H__

View File

@@ -33,8 +33,7 @@
#ifndef __GPC_RAWLOADDOTBLENDARRAY_H
#define __GPC_RAWLOADDOTBLENDARRAY_H
void GetRawLoadingAnimation(unsigned char **data, int *dataSize);
#endif // __GPC_RAWLOADDOTBLENDARRAY_H

View File

@@ -172,5 +172,5 @@ protected:
BMF_Font* m_font;
};
#endif // __GPC_RENDERTOOLS_H

View File

@@ -60,5 +60,5 @@ public:
// NG_NetworkDeviceInterface* m_ndi;
};
#endif // __GPC_SYSTEM_H

View File

@@ -58,3 +58,4 @@ public:
};
#endif // __GPU_CANVAS_H

View File

@@ -61,5 +61,5 @@ private:
void AddEventHandlers();
};
#endif // __GPU_ENGINE_H

View File

@@ -60,5 +60,5 @@ public:
convert_x_keycode_to_kx_keycode(unsigned int key);
};
#endif // _GPU_KEYBOARDDEVICE_H

View File

@@ -55,3 +55,4 @@ public:
};
#endif // __GPU_POLYGONMATERIAL_H

View File

@@ -47,5 +47,5 @@ public:
virtual double GetTimeInSeconds();
};
#endif // __GPU_SYSTEM_H

View File

@@ -114,6 +114,5 @@ protected:
void ShowCursor(void);
};
#endif // _GPW_CANVAS_H_

View File

@@ -46,5 +46,5 @@ public:
bool Initialize(HDC hdc, int width, int height);
};
#endif // __GPW_ENGINE_H

View File

@@ -67,3 +67,4 @@ protected:
};
#endif //_GPW_KEYBOARDDEVICE_H_

View File

@@ -58,5 +58,5 @@ protected:
};
#endif //_GPW_SYSTEM_H_

View File

@@ -135,4 +135,3 @@ protected:
SND_IAudioDevice* m_audiodevice;
};

View File

@@ -62,3 +62,4 @@ public:
};
#endif // _GPG_CANVAS_H_

View File

@@ -55,3 +55,4 @@ public:
};
#endif //_GPG_KEYBOARDDEVICE_H_

View File

@@ -52,5 +52,5 @@ public:
virtual double GetTimeInSeconds();
};
#endif // _GPG_SYSTEM_H_