Add externs to interface and class headers.
Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
@@ -136,4 +136,6 @@ class IMaterialSystem {
|
||||
IMaterial* GetMaterial(MaterialHandle_t material) {
|
||||
return GetVirtualFunction<IMaterial*(*)(IMaterialSystem*, MaterialHandle_t)>(this, 76)(this, material);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
extern IMaterialSystem* matsystem;
|
||||
Reference in New Issue
Block a user