forked from metin-server/m2dev-client-src
ported to DX9
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <d3dx8.h>
|
||||
#include <d3dx9.h>
|
||||
|
||||
#include "../eterLib/TextFileLoader.h"
|
||||
#include "EterLib/TextFileLoader.h"
|
||||
|
||||
#include "Type.h"
|
||||
#include "EffectElementBase.h"
|
||||
@@ -24,7 +24,7 @@ class CLightData : public CEffectElementBase
|
||||
{
|
||||
return m_iLoopCount;
|
||||
}
|
||||
void InitializeLight(D3DLIGHT8& light);
|
||||
void InitializeLight(D3DLIGHT9& light);
|
||||
|
||||
protected:
|
||||
void OnClear();
|
||||
|
||||
Reference in New Issue
Block a user