aboutsummaryrefslogtreecommitdiff
path: root/src/graph/include/pot3d.H1
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/include/pot3d.H1')
-rwxr-xr-xsrc/graph/include/pot3d.H17
1 files changed, 7 insertions, 0 deletions
diff --git a/src/graph/include/pot3d.H1 b/src/graph/include/pot3d.H1
new file mode 100755
index 00000000..cfcd8c03
--- /dev/null
+++ b/src/graph/include/pot3d.H1
@@ -0,0 +1,7 @@
+#ifdef _NO_PROTO
+extern mouseCoord getPotValue();
+extern mouseCoord getLinearPotValue();
+#else
+extern mouseCoord getPotValue(short , short , short , short );
+extern mouseCoord getLinearPotValue(short , short , short , short );
+#endif