aboutsummaryrefslogtreecommitdiff
path: root/data_recorder.c
diff options
context:
space:
mode:
authorCNLohr <lohr85@gmail.com>2017-03-17 03:10:55 -0400
committerCNLohr <lohr85@gmail.com>2017-03-17 03:10:55 -0400
commit743e4b60f03db3c8c340b63b8d27eac579e146dd (patch)
treeb687a4d8157864450aa4dbfabaf97e95b237134f /data_recorder.c
parent195053d034b2bca63db1f72be14bff9b2c7b1916 (diff)
downloadlibsurvive-743e4b60f03db3c8c340b63b8d27eac579e146dd.tar.gz
libsurvive-743e4b60f03db3c8c340b63b8d27eac579e146dd.tar.bz2
Update Windows build to reflect changes in RawDraw.
Diffstat (limited to 'data_recorder.c')
-rw-r--r--data_recorder.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/data_recorder.c b/data_recorder.c
index 630598a..afc17b2 100644
--- a/data_recorder.c
+++ b/data_recorder.c
@@ -33,6 +33,10 @@ void HandleMotion( int x, int y, int mask )
{
}
+void HandleDestroy()
+{
+}
+
int bufferpts[32*2*3];
char buffermts[32*128*3];
int buffertimeto[32*3];