hl2sdk/utils/studiomdl/matsys.h
2025-05-17 14:15:00 -04:00

23 lines
558 B
C

//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef MATSYS_H
#define MATSYS_H
#ifdef _WIN32
#pragma once
#endif
#include "materialsystem/IMaterialSystem.h"
extern IMaterialSystem *g_pMaterialSystem;
extern CreateInterfaceFn g_MatSysFactory;
extern CreateInterfaceFn g_ShaderAPIFactory;
void InitMaterialSystem( const char *materialBaseDirPath );
#endif // MATSYS_H