remove stuff we won't need
[pcsx_rearmed.git] / plugins / dfxvideo / fps.h
1 /***************************************************************************\r
2                           fps.h -  description\r
3                              -------------------\r
4     begin                : Sun Oct 28 2001\r
5     copyright            : (C) 2001 by Pete Bernert\r
6     email                : BlackDove@addcom.de\r
7  ***************************************************************************/\r
8 /***************************************************************************\r
9  *                                                                         *\r
10  *   This program is free software; you can redistribute it and/or modify  *\r
11  *   it under the terms of the GNU General Public License as published by  *\r
12  *   the Free Software Foundation; either version 2 of the License, or     *\r
13  *   (at your option) any later version. See also the license.txt file for *\r
14  *   additional informations.                                              *\r
15  *                                                                         *\r
16  ***************************************************************************/\r
17 \r
18 #ifndef _FPS_INTERNALS_H\r
19 #define _FPS_INTERNALS_H\r
20 \r
21 void FrameCap(void); \r
22 void FrameSkip(void); \r
23 void calcfps(void);\r
24 void PCFrameCap (void);\r
25 void PCcalcfps(void);\r
26 void SetAutoFrameCap(void);\r
27 void SetFPSHandler(void);\r
28 void InitFPS(void);\r
29 void CheckFrameRate(void);\r
30 \r
31 #endif // _FPS_INTERNALS_H\r