summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authordeva <deva>2005-09-18 14:34:10 +0000
committerdeva <deva>2005-09-18 14:34:10 +0000
commit8e52138ba8a6fe9b92192512ba510451a2655384 (patch)
tree401a2e63ca122e898e91fb8dedb71fc39755f850 /src/util.h
parenta37c83d8c536ef6dd53b130e92022b04e8559f5b (diff)
*** empty log message ***
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index f33c5ce..39ded7f 100644
--- a/src/util.h
+++ b/src/util.h
@@ -45,6 +45,8 @@
void *xmalloc(size_t s);
void *xrealloc(void *b, size_t s);
+void sleep_1_frame();
+
//#ifdef __cplusplus
//}
//#endif