This commit is contained in:
2022-01-04 14:47:34 -08:00
parent c882f07089
commit c9ebb85d13
25 changed files with 297 additions and 302 deletions

11
src/time.h Normal file
View File

@@ -0,0 +1,11 @@
/**
* Copyright (c) 2022 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include "libs.h"
extern uint8_t time;