diff options
Diffstat (limited to 'plugins/peopsxgl/fps.h')
| -rwxr-xr-x[-rw-r--r--] | plugins/peopsxgl/fps.h | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/plugins/peopsxgl/fps.h b/plugins/peopsxgl/fps.h index b50e8d79..c843d606 100644..100755 --- a/plugins/peopsxgl/fps.h +++ b/plugins/peopsxgl/fps.h @@ -1,30 +1,30 @@ -/***************************************************************************
- fps.h - description
- -------------------
- begin : Sun Mar 08 2009
- copyright : (C) 1999-2009 by Pete Bernert
- web : www.pbernert.com
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. See also the license.txt file for *
- * additional informations. *
- * *
- ***************************************************************************/
-
-void InitFrameCap(void);
-void SetFrameRateConfig(void);
-void PCFrameCap(void);
-void PCcalcfps(void);
-void FrameSkip(void);
-void CheckFrameRate(void);
-void ReInitFrameCap(void);
-void SetAutoFrameCap(void);
-
-#ifndef _WINDOWS
-unsigned long timeGetTime();
-#endif
+/*************************************************************************** + fps.h - description + ------------------- + begin : Sun Mar 08 2009 + copyright : (C) 1999-2009 by Pete Bernert + web : www.pbernert.com + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. See also the license.txt file for * + * additional informations. * + * * + ***************************************************************************/ + +void InitFrameCap(void); +void SetFrameRateConfig(void); +void PCFrameCap(void); +void PCcalcfps(void); +void FrameSkip(void); +void CheckFrameRate(void); +void ReInitFrameCap(void); +void SetAutoFrameCap(void); + +#ifndef _WINDOWS +unsigned long timeGetTime(); +#endif |
