This commit is contained in:
Vulpovile
2021-08-17 13:28:59 -07:00
parent 066e955933
commit daacf6ae02
5 changed files with 12 additions and 1 deletions

BIN
B3dIcon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View File

@@ -887,10 +887,18 @@
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
<File
RelativePath=".\B3dIcon.ico"
>
</File>
<File
RelativePath=".\Dialogs.rc"
>
</File>
<File
RelativePath=".\FatB3dIcon.ico"
>
</File>
<File
RelativePath=".\Parts.bmp"
>

View File

@@ -54,7 +54,7 @@ END
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON "roblox_RN1_icon.ico"
IDI_ICON1 ICON "FatB3dIcon.ico"
/////////////////////////////////////////////////////////////////////////////
//

BIN
FatB3dIcon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View File

@@ -144,6 +144,9 @@ LRESULT CALLBACK G3DProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
int main(int argc, char** argv) {
long double a = 1;
#ifndef IGNORE_CATCH
try{
#endif