aboutsummaryrefslogtreecommitdiff
path: root/sp/src/public/mathlib/compressed_light_cube.h
blob: 207f92db5180275051dfed481bb4cc793d33564e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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