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