1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-17 13:24:45 +00:00

Rename vt.h to terminal.h (#1339)

* `vt.h` -> `terminal.h`

* `VT_` -> `T_` (as in Terminal)

* `vt.h` -> `terminal.h` in includes too Pepega

* Sort out tiny terminal.h include inconsistencies

* Format

* -> `TE_`

* format

* `TE_` -> back to `VT_` (parkour!)

* explicit VT
This commit is contained in:
Dragorn421 2022-11-02 00:17:11 +01:00 committed by GitHub
parent d55790c4a5
commit ab90300062
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
172 changed files with 208 additions and 205 deletions

View file

@ -33,7 +33,7 @@
* @see sched.c
*/
#include "global.h"
#include "vt.h"
#include "terminal.h"
vu32 gIrqMgrResetStatus = IRQ_RESET_STATUS_IDLE;
volatile OSTime sIrqMgrResetTime = 0;