summaryrefslogtreecommitdiffstats
path: root/matchblox/common/textfile.h
diff options
context:
space:
mode:
authorDennis Peeten <dpeeten@onsneteindhoven.nl>2008-05-25 12:54:13 (GMT)
committerDennis Peeten <dpeeten@onsneteindhoven.nl>2008-05-25 12:54:13 (GMT)
commitf873113aa3c2a8054f16aed8bf249dc4a448189a (patch)
treee4e97886511bc2b194606b085c58e43d68a718ae /matchblox/common/textfile.h
parentf11312d1d84e102bb29a44dedce4c60a5ae25e56 (diff)
download2iv55-f873113aa3c2a8054f16aed8bf249dc4a448189a.zip
2iv55-f873113aa3c2a8054f16aed8bf249dc4a448189a.tar.gz
2iv55-f873113aa3c2a8054f16aed8bf249dc4a448189a.tar.bz2
wiimote ir smoothing ingebouwd
Diffstat (limited to 'matchblox/common/textfile.h')
-rw-r--r--matchblox/common/textfile.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/matchblox/common/textfile.h b/matchblox/common/textfile.h
new file mode 100644
index 0000000..1c30e53
--- /dev/null
+++ b/matchblox/common/textfile.h
@@ -0,0 +1,10 @@
+// textfile.h: interface for reading and writing text files
+// www.lighthouse3d.com
+//
+// You may use these functions freely.
+// they are provided as is, and no warranties, either implicit,
+// or explicit are given
+//////////////////////////////////////////////////////////////////////
+
+char *textFileRead(char *fn);
+int textFileWrite(char *fn, char *s);