mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
9 lines
268 B
C++
9 lines
268 B
C++
// Pch.cpp : source file that includes just the standard includes
|
|
// *.pch will be the pre-compiled header
|
|
// Pch.obj will contain the pre-compiled type information
|
|
|
|
#include "Pch.h"
|
|
|
|
// TODO: reference any additional headers you need in PCH.H
|
|
// and not in this file
|