Serious-Engine/Sources/Shaders/Common.h

13 lines
363 B
C
Raw Normal View History

2016-03-11 14:57:17 +01:00
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
#ifndef SE_INCL_SHADER_COMMON_H
#define SE_INCL_SHADER_COMMON_H
#ifdef PRAGMA_ONCE
#pragma once
#endif
void DoSpecularLayer(INDEX iSpecularTexture,INDEX iSpecularColor);
void DoReflectionLayer(INDEX iReflectionTexture,INDEX iReflectionColor,BOOL bFullBright);
#endif /* include-once check. */