mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Delete main.h
This commit is contained in:
parent
05df522b29
commit
f40d41bfd0
17
src/main.h
17
src/main.h
@ -1,17 +0,0 @@
|
|||||||
#ifndef MAIN_H
|
|
||||||
#define MAIN_H
|
|
||||||
|
|
||||||
#include <nds.h>
|
|
||||||
#include <fat.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
PrintConsole topScreen;
|
|
||||||
PrintConsole bottomScreen;
|
|
||||||
|
|
||||||
void clearScreen(PrintConsole* screen);
|
|
||||||
|
|
||||||
#define abs(X) ( (X) < 0 ? -(X): (X) )
|
|
||||||
#define sign(X) ( ((X) > 0) - ((X) < 0) )
|
|
||||||
#define repeat(X) for (int _I_ = 0; _I_ < (X); _I_++)
|
|
||||||
|
|
||||||
#endif
|
|
||||||
Loading…
Reference in New Issue
Block a user