Fix line endings. WHAMMY.

This commit is contained in:
Jørgen P. Tjernø
2013-12-02 19:46:31 -08:00
parent c47ad60970
commit f56bb35301
6719 changed files with 2805089 additions and 2805089 deletions
+32 -32
View File
@@ -1,32 +1,32 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//===========================================================================//
#ifndef IVTEX_H
#define IVTEX_H
#ifdef _WIN32
#pragma once
#endif
#include "tier1/interface.h"
#include "appframework/IAppSystem.h"
class IVTex : public IAppSystem
{
public:
// For use by command-line tools
virtual int VTex( int argc, char **argv ) = 0;
// For use by engine
virtual int VTex( CreateInterfaceFn filesystemFactory, const char *pGameDir, int argc, char **argv ) = 0;
};
#define IVTEX_VERSION_STRING "VTEX_003"
#endif // IVTEX_H
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//===========================================================================//
#ifndef IVTEX_H
#define IVTEX_H
#ifdef _WIN32
#pragma once
#endif
#include "tier1/interface.h"
#include "appframework/IAppSystem.h"
class IVTex : public IAppSystem
{
public:
// For use by command-line tools
virtual int VTex( int argc, char **argv ) = 0;
// For use by engine
virtual int VTex( CreateInterfaceFn filesystemFactory, const char *pGameDir, int argc, char **argv ) = 0;
};
#define IVTEX_VERSION_STRING "VTEX_003"
#endif // IVTEX_H