From ea807de65b0485ac58b6eae576209c64d4d5c4e9 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 5 Mar 2023 20:20:45 +0300 Subject: Split app code and third party libraries --- third_party/Time/time.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 third_party/Time/time.h (limited to 'third_party/Time/time.h') diff --git a/third_party/Time/time.h b/third_party/Time/time.h new file mode 100644 index 0000000..ea1f265 --- /dev/null +++ b/third_party/Time/time.h @@ -0,0 +1,6 @@ +#ifndef TIME_INCLUDED +#define TIME_INCLUDED + +void TimeInit (void); + +#endif // TIME_INCLUDED -- cgit v1.2.3