port from perforce
This commit is contained in:
27
evoke-64k/ev10/textinfo.h
Normal file
27
evoke-64k/ev10/textinfo.h
Normal file
@@ -0,0 +1,27 @@
|
||||
#pragma once
|
||||
|
||||
#include "defines.h"
|
||||
#include <d3d9.h>
|
||||
#include <d3dx9math.h>
|
||||
|
||||
struct STextInfo
|
||||
{
|
||||
D3DXVECTOR3 m_v3Pos;
|
||||
D3DXVECTOR3 m_v3Rot;
|
||||
D3DXVECTOR3 m_v3Scale;
|
||||
|
||||
D3DXVECTOR3 m_v3Move;
|
||||
int m_iTimeStart;
|
||||
int m_iTimeLength;
|
||||
};
|
||||
|
||||
#ifdef EXTRACODE
|
||||
const int m_iMaxTextCount= 96;
|
||||
extern int m_iTextCount;
|
||||
extern char m_pcTextData[65536];
|
||||
extern STextInfo m_TextInfos[ m_iMaxTextCount ];
|
||||
#else
|
||||
#endif
|
||||
|
||||
void CreateTextRenderJobs();
|
||||
void SetTextPos( int iTime );
|
||||
Reference in New Issue
Block a user