moved tim.h to include/
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user