Initial commit

This commit is contained in:
2026-06-13 00:05:19 +08:00
commit 754cd7ccdb
402 changed files with 123771 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
//---------------------------------------------------------------------------
#ifndef FavorTextureUnitH
#define FavorTextureUnitH
//---------------------------------------------------------------------------
int FindListItem( UINT idLoc, UINT idStyle, char sType, char sNo, char cno, bool bAll=false );
void ClearFavorTextures( bool bAll=false );
void GetFavorTextures();
void AddFavorTextures( UINT idLoc, UINT idStyle, char sType, char sNo, char cno );
void DelFavorTextures( UINT idLoc, UINT idStyle, char sType, char sNo, char cno );
bool IsFavorTexture( UINT idLoc, UINT idStyle, char sType, char sNo, char cno );
void SetFavorTexture( UINT idLoc, UINT idStyle, char sType, char sNo, char cno, bool bSet=true );
#endif