mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-13 04:09:09 +00:00
1
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================//
|
||||
|
||||
#ifndef FGDLIB_H
|
||||
#define FGDLIB_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "HelperInfo.h"
|
||||
#include "GameData.h"
|
||||
#include "GDClass.h"
|
||||
#include "InputOutput.h"
|
||||
|
||||
#endif // FGDLIB_H
|
||||
Reference in New Issue
Block a user