diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-12 14:46:51 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-12 14:46:51 +0200 |
commit | a8be0d3d20f07d4561826b01f566ca307eb23526 (patch) | |
tree | b2c5c6d513ae3a84aba8e4eea94ec32e46d352fa /engine.h |
commit as a backup
Diffstat (limited to 'engine.h')
-rw-r--r-- | engine.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engine.h b/engine.h new file mode 100644 index 0000000..3b59e86 --- /dev/null +++ b/engine.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #pragma once | ||
2 | |||
3 | void engine_init(); | ||
4 | void engine_redraw(); | ||
5 | void engine_handle_point(LPoint * p, uint32_t monotime); | ||
6 | void engine_checksilence(uint32_t monotime); | ||