Added trophy graphics.
This commit is contained in:
parent
147f2afae4
commit
47f7f5671a
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -134,7 +134,8 @@ void initGameSystem(void)
|
||||||
initModalDialog,
|
initModalDialog,
|
||||||
initBackground,
|
initBackground,
|
||||||
initStars,
|
initStars,
|
||||||
initControls
|
initControls,
|
||||||
|
initTrophies
|
||||||
};
|
};
|
||||||
|
|
||||||
numInitFuns = sizeof(initFuncs) / sizeof(void*);
|
numInitFuns = sizeof(initFuncs) / sizeof(void*);
|
||||||
|
|
|
@ -70,6 +70,7 @@ extern void setLanguage(char *applicationName, char *languageCode);
|
||||||
extern char *getLookupName(char *prefix, long num);
|
extern char *getLookupName(char *prefix, long num);
|
||||||
extern long lookup(char *name);
|
extern long lookup(char *name);
|
||||||
extern void initStars(void);
|
extern void initStars(void);
|
||||||
|
extern void initTrophies(void);
|
||||||
|
|
||||||
extern App app;
|
extern App app;
|
||||||
extern Colors colors;
|
extern Colors colors;
|
||||||
|
|
Loading…
Reference in New Issue