diff options
Diffstat (limited to 'c/main.h')
-rw-r--r-- | c/main.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/c/main.h b/c/main.h new file mode 100644 index 0000000..0b899e6 --- /dev/null +++ b/c/main.h @@ -0,0 +1,6 @@ +#ifndef MAIN_H +#define MAIN_H + +void UpdateLayout(); + +#endif |