16 lines
165 B
C++
16 lines
165 B
C++
|
|
/*
|
|
*
|
|
* Valve surface drawing header file.
|
|
* Use the init function to load this!
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace modules::source::valvesurface {
|
|
|
|
void Init();
|
|
|
|
}
|