sine wave works now

This commit is contained in:
2026-01-21 20:17:54 +13:00
parent a2faa1955f
commit eb511a1f79
22 changed files with 2401 additions and 563 deletions

View File

@@ -9,10 +9,31 @@
namespace BinaryData
{
extern const char* BG_png;
const int BG_pngSize = 31662;
const int BG_pngSize = 9041;
extern const char* crushslidefg_png;
const int crushslidefg_pngSize = 679;
extern const char* panel_png;
const int panel_pngSize = 15977;
extern const char* crushslidebg_png;
const int crushslidebg_pngSize = 679;
extern const char* dialbg_png;
const int dialbg_pngSize = 1420;
extern const char* rotator_png;
const int rotator_pngSize = 214;
extern const char* hpon_png;
const int hpon_pngSize = 1040;
extern const char* lpon_png;
const int lpon_pngSize = 1045;
// Number of elements in the namedResourceList and originalFileNames arrays.
const int namedResourceListSize = 1;
const int namedResourceListSize = 8;
// Points to the start of a list of resource names.
extern const char* namedResourceList[];