You've already forked SpaghettiKart
mirror of
https://github.com/izzy2lost/SpaghettiKart.git
synced 2026-03-26 16:57:37 -07:00
e93633773e
* Fix match * Update torch * fix crash on texture of player * Copied stuff over for Window icon from Starship. * Missed comment. * Corrections. * Missed a file * min-max fix * Update code_80005FD0.c * Remove interpolation for hm_intro * look like to remove the crash in menu * Update menu_items.c --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com> Co-authored-by: sitton76 <58642183+sitton76@users.noreply.github.com> Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
15 lines
474 B
C
15 lines
474 B
C
|
|
#define VER_FILEVERSION 0, 1, 0, 0
|
|
#define VER_FILEVERSION_STR "0.1.0\0"
|
|
|
|
#define VER_PRODUCTVERSION 0, 1, 0, 0
|
|
#define VER_PRODUCTVERSION_str "0.1.0\0"
|
|
|
|
#define VER_COMPANYNAME_STR "Spaghettikart Team - Harbourmasters\0"
|
|
#define VER_PRODUCTNAME_STR "Spaghettikart\0"
|
|
|
|
#define VER_INTERNALNAME_STR "Spaghettikart\0"
|
|
#define VER_ORIGINALFILENAME_STR "Spaghettify.exe\0"
|
|
|
|
#define VER_FILEDESCRIPTION_STR "Spaghettikart - Alfredo Alfa\0"
|