diff options
Diffstat (limited to 'include/update_all.hh')
| -rw-r--r-- | include/update_all.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/update_all.hh b/include/update_all.hh new file mode 100644 index 0000000..a5bb304 --- /dev/null +++ b/include/update_all.hh @@ -0,0 +1,6 @@ +#ifndef UPDATE_ALL +#define UPDATE_ALL + +void update_all(); + +#endif |
