aboutsummaryrefslogtreecommitdiff
path: root/mp/src/utils/vrad/leaf_ambient_lighting.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/utils/vrad/leaf_ambient_lighting.h')
-rw-r--r--mp/src/utils/vrad/leaf_ambient_lighting.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/mp/src/utils/vrad/leaf_ambient_lighting.h b/mp/src/utils/vrad/leaf_ambient_lighting.h
new file mode 100644
index 00000000..b6bb50eb
--- /dev/null
+++ b/mp/src/utils/vrad/leaf_ambient_lighting.h
@@ -0,0 +1,17 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+//=============================================================================//
+
+#ifndef LEAF_AMBIENT_LIGHTING_H
+#define LEAF_AMBIENT_LIGHTING_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+
+void ComputePerLeafAmbientLighting();
+
+
+#endif // LEAF_AMBIENT_LIGHTING_H