diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-09 13:55:31 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-09 13:55:31 +0200 |
commit | fdfbbb49518eb020a7d525039ab598629c1c24b5 (patch) | |
tree | 6f6f9d2ada6be91e04b8127aaf19c77dffe099b1 /include/diploma.h | |
parent | 96c5966ff3676eb1b3463808b83b42e13e1591fd (diff) |
add diploma header and static names fix
Diffstat (limited to 'include/diploma.h')
-rw-r--r-- | include/diploma.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/diploma.h b/include/diploma.h new file mode 100644 index 000000000..8d730fa05 --- /dev/null +++ b/include/diploma.h @@ -0,0 +1,6 @@ +#ifndef GUARD_DIPLOMA_H +#define GUARD_DIPLOMA_H + +void CB2_ShowDiploma(void); + +#endif // GUARD_DIPLOMA_H |