mirror of
https://github.com/FreeTheTech101/t5exp.git
synced 2025-06-07 18:07:52 -05:00
11 lines
173 B
C
11 lines
173 B
C
#pragma once
|
|
|
|
#define _CRT_SECURE_NO_WARNINGS
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
#include <direct.h>
|
|
|
|
#include "Hooking.h"
|
|
#include "Stream.h"
|
|
|
|
#include "T5.h" |