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,
|
||||
initBackground,
|
||||
initStars,
|
||||
initControls
|
||||
initControls,
|
||||
initTrophies
|
||||
};
|
||||
|
||||
numInitFuns = sizeof(initFuncs) / sizeof(void*);
|
||||
|
|
|
@ -70,6 +70,7 @@ extern void setLanguage(char *applicationName, char *languageCode);
|
|||
extern char *getLookupName(char *prefix, long num);
|
||||
extern long lookup(char *name);
|
||||
extern void initStars(void);
|
||||
extern void initTrophies(void);
|
||||
|
||||
extern App app;
|
||||
extern Colors colors;
|
||||
|
|
Loading…
Reference in New Issue