diff options
author | Oxore <oxore@protonmail.com> | 2023-03-05 20:20:45 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-03-05 20:20:45 +0300 |
commit | ea807de65b0485ac58b6eae576209c64d4d5c4e9 (patch) | |
tree | b4264d20e1d700cfd9e0ece9d847a825dd1dfc03 /Libraries/Time/time.h | |
parent | dd01e7ed22cea652061f0d12cecf929e04b285e9 (diff) |
Split app code and third party libraries
Diffstat (limited to 'Libraries/Time/time.h')
-rw-r--r-- | Libraries/Time/time.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Libraries/Time/time.h b/Libraries/Time/time.h deleted file mode 100644 index ea1f265..0000000 --- a/Libraries/Time/time.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef TIME_INCLUDED -#define TIME_INCLUDED - -void TimeInit (void); - -#endif // TIME_INCLUDED |