moved tim.h to include/

This commit is contained in:
2026-01-09 02:35:38 +05:00
parent f7b4809db8
commit 025cede850
12 changed files with 26 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
// Simple game of snake to show how to do animation and draw cells.
#include "../tim.h"
#include "tim.h"
#define FG 0x10
#define BG 0xdd
@@ -127,4 +127,3 @@ int main(void) {
}
}
}