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,7 +1,7 @@
// Display a yes/no dialog with a message. Returns with 0 when yes was clicked.
// syntax: ./ask "message"
#include "../tim.h"
#include "tim.h"
// colors
#define CTXT 0xf // text black, white
@@ -47,4 +47,3 @@ int main(int argc, char** argv) {
}
}
}