r5sdk/r5dev/materialsystem/cmaterialglue.cpp
PixieCore 627b25c120 Initial implementation of CMaterialGlue.
Some GUID's are still unknown.

Class members need verification like the material resolution member.

Added a ConCommand for getting the material we are currently looking it and printing it to the console.

Porting to other seasons still need to be done.
2022-03-18 13:47:22 +01:00

19 lines
396 B
C++

//===========================================================================//
//
// Purpose:
//
//===========================================================================//
#include "core/stdafx.h"
#include "materialsystem/cmaterialglue.h"
///////////////////////////////////////////////////////////////////////////////
void CMaterialGlue_Attach()
{
}
void CMaterialGlue_Detach()
{
}