mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@590 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
|
||||
#define GETPIXELDEPTH( ) ( gbPixelDepth )
|
||||
|
||||
// WANNE: Maximum number of characters in german description (German xml files)
|
||||
#define MAXLINE 200
|
||||
|
||||
BOOLEAN CreateSGPPaletteFromCOLFile( SGPPaletteEntry *pPalette, SGPFILENAME ColFile );
|
||||
BOOLEAN DisplayPaletteRep( PaletteRepID aPalRep, UINT8 ubXPos, UINT8 ubYPos, UINT32 uiDestSurface );
|
||||
|
||||
@@ -22,6 +25,12 @@ void HandleLimitedNumExecutions( );
|
||||
BOOLEAN HandleJA2CDCheck( );
|
||||
BOOLEAN HandleJA2CDCheckTwo( );
|
||||
|
||||
// WANNE: This method replaces characters in a given text with new characters
|
||||
char *Replace(char *string, char *oldpiece, char *newpiece);
|
||||
// WANNE: This method calls the replace method and replaces all german specific characters
|
||||
char *ReplaceGermanSpecialCharacters(char *text);
|
||||
|
||||
|
||||
// Snap: integer division that rounds the result to the nearest integer
|
||||
template<class Integer>
|
||||
inline Integer idiv(Integer a, Integer b)
|
||||
|
||||
Reference in New Issue
Block a user