initial
This commit is contained in:
17
utils/vrad/leaf_ambient_lighting.h
Normal file
17
utils/vrad/leaf_ambient_lighting.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//========= Copyright <20> 1996-2005, 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
|
||||
Reference in New Issue
Block a user