summaryrefslogtreecommitdiff
path: root/plugins/peopsxgl/gte_accuracy.h
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-07-26 17:00:47 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-07-26 17:00:47 +0000
commit9cbd44224d555eb5d9fbd044676e92924407b57b (patch)
treefe82f1d1dbf85e40ea27c82aa154c323efec8a76 /plugins/peopsxgl/gte_accuracy.h
parentbe2f9d6ef7c59535773efb10f59793b2d4de9eb3 (diff)
downloadpcsxr-9cbd44224d555eb5d9fbd044676e92924407b57b.tar.gz
peopsogl1, vertex accuracy.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@69230 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/peopsxgl/gte_accuracy.h')
-rw-r--r--plugins/peopsxgl/gte_accuracy.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/peopsxgl/gte_accuracy.h b/plugins/peopsxgl/gte_accuracy.h
new file mode 100644
index 00000000..6f42f21c
--- /dev/null
+++ b/plugins/peopsxgl/gte_accuracy.h
@@ -0,0 +1,26 @@
+/***************************************************************************
+ * Copyright (C) 2011 by Blade_Arma *
+ * *
+ * 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. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the *
+ * Free Software Foundation, Inc., *
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. *
+ ***************************************************************************/
+
+#ifndef _GTE_ACCURACY_H_
+#define _GTE_ACCURACY_H_
+
+extern void resetGteVertices();
+extern int getGteVertex(short sx, short sy, float *fx, float *fy);
+
+#endif // _GTE_ACCURACY_H_