[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src/builder/sky sk_hufftext.c,NONE,1.1

Chris Apers chrilith at users.sourceforge.net
Mon Dec 20 09:16:06 CET 2004


Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src/builder/sky
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1146/sky

Added Files:
	sk_hufftext.c 
Log Message:
Forgot those files

--- NEW FILE: sk_hufftext.c ---
#include <PalmOS.h>
#include "b_globals.h"

typedef struct {
	unsigned char lChild;
	unsigned char rChild;
	unsigned char value;
} HuffTree;

static void addHufftext_huffTree_00109() {
	HuffTree _huffTree_00109[] = {
		{ 1, 22, 0 },
		{ 2, 9, 0 },
		{ 3, 6, 0 },
		{ 4, 5, 0 },
		{ 0, 0, 0x20 },
		{ 0, 0, 0x65 },
		{ 7, 8, 0 },
		{ 0, 0, 0x74 },
[...1992 lines suppressed...]
	};
	writeRecord(_huffTree_00372, sizeof(_huffTree_00372), GBVARS_HUFFTREE_00372_INDEX , GBVARS_SKY);
}

///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////

void Sky_addHufftext() {
	addHufftext_huffTree_00109();
	addHufftext_huffTree_00267();
	addHufftext_huffTree_00288();
	addHufftext_huffTree_00303();
	addHufftext_huffTree_00331();
	addHufftext_huffTree_00348();
	addHufftext_huffTree_00365();
	addHufftext_huffTree_00368();
	addHufftext_huffTree_00372();
}





More information about the Scummvm-git-logs mailing list