mirror of https://github.com/a0rtega/pafish
Minor includes change
This commit is contained in:
parent
b0b72c4e5e
commit
cc31829b45
|
@ -5,6 +5,7 @@
|
|||
#include <windows.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "types.h"
|
||||
|
||||
unsigned short init_cmd_colors() {
|
||||
CONSOLE_SCREEN_BUFFER_INFO csbi;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include <string.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include "types.h"
|
||||
#include "common.h"
|
||||
|
||||
#include "debuggers.h"
|
||||
|
|
Loading…
Reference in New Issue