aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/mathlib/compressed_light_cube.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/public/mathlib/compressed_light_cube.h')
-rw-r--r--mp/src/public/mathlib/compressed_light_cube.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/mp/src/public/mathlib/compressed_light_cube.h b/mp/src/public/mathlib/compressed_light_cube.h
new file mode 100644
index 00000000..a720808f
--- /dev/null
+++ b/mp/src/public/mathlib/compressed_light_cube.h
@@ -0,0 +1,24 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+//=============================================================================//
+
+#ifndef COMPRESSED_LIGHT_CUBE_H
+#define COMPRESSED_LIGHT_CUBE_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+
+#include "mathlib/mathlib.h"
+
+
+struct CompressedLightCube
+{
+ DECLARE_BYTESWAP_DATADESC();
+ ColorRGBExp32 m_Color[6];
+};
+
+
+#endif // COMPRESSED_LIGHT_CUBE_H