mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-03-09 15:30:28 +00:00
Initial commit.
This commit is contained in:
parent
9538049d44
commit
44e5f33ee7
99 changed files with 2363 additions and 0 deletions
12
Mod Sources/TSExtension/BaseMod/stdafx.h
Normal file
12
Mod Sources/TSExtension/BaseMod/stdafx.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// stdafx.h : include file for standard system include files,
|
||||
// or project specific include files that are used frequently, but
|
||||
// are changed infrequently
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "targetver.h"
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||||
// Windows Header Files:
|
||||
#include <windows.h>
|
||||
Loading…
Add table
Add a link
Reference in a new issue