123
This commit is contained in:
30
ResourceCompiler/ResComDefs.h
Normal file
30
ResourceCompiler/ResComDefs.h
Normal file
@@ -0,0 +1,30 @@
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Crytek Engine Source File.
|
||||
// Copyright (C), Crytek Studios, 2002.
|
||||
// -------------------------------------------------------------------------
|
||||
// File name: rescomdefs.h
|
||||
// Version: v1.00
|
||||
// Created: 5/11/2002 by Timur.
|
||||
// Compilers: Visual Studio.NET
|
||||
// Description:
|
||||
// -------------------------------------------------------------------------
|
||||
// History:
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __rescomdefs_h__
|
||||
#define __rescomdefs_h__
|
||||
#pragma once
|
||||
|
||||
#include "StlUtils.h"
|
||||
#include "PathUtil.h"
|
||||
#include "ConvertContext.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// Various global defines.
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
#define RC_INI_FILE "rc.ini"
|
||||
#define DEF_FILE_EXTENSION "_rc"
|
||||
|
||||
#endif // __rescomdefs_h__
|
||||
Reference in New Issue
Block a user