resource.h 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #pragma once
  2. /** The first module-local RCDATA identifier owns the bundled default settings document. */
  3. #define IDR_DEFAULT_SETTINGS 101
  4. /** The next module-local RCDATA identifier embeds the required Dear ImGui MIT notice. */
  5. #define IDR_IMGUI_LICENSE 102
  6. /** The next module-local RCDATA identifier embeds the required Microsoft Detours notice. */
  7. #define IDR_DETOURS_LICENSE 103
  8. /** The next module-local RCDATA identifier holds the animated logo sprite sheet, as a PNG. */
  9. #define IDR_LOGO_SHEET 104
  10. /** The next module-local RCDATA identifier embeds the required PUC-Lua MIT notice. */
  11. #define IDR_LUA_LICENSE 105
  12. /** User-authored bootflow DDS files consumed by the runtime TagHash override. */
  13. #define IDR_BOOTFLOW_TEXTURE_80A145C1 2001
  14. #define IDR_BOOTFLOW_TEXTURE_80A145DF 2002
  15. #define IDR_BOOTFLOW_TEXTURE_80A145E4 2003
  16. #define IDR_BOOTFLOW_TEXTURE_80A145E7 2004
  17. #define IDR_BOOTFLOW_TEXTURE_80A145EF 2005
  18. #define IDR_BOOTFLOW_TEXTURE_80A145FB 2006
  19. #define IDR_BOOTFLOW_TEXTURE_80A145FF 2007
  20. #define IDR_BOOTFLOW_TEXTURE_80A14601 2008
  21. #define IDR_BOOTFLOW_TEXTURE_80A14604 2009
  22. #define IDR_BOOTFLOW_TEXTURE_80A14607 2010
  23. #define IDR_BOOTFLOW_TEXTURE_80A1460B 2011
  24. #define IDR_BOOTFLOW_TEXTURE_80A1460E 2012
  25. #define IDR_BOOTFLOW_TEXTURE_80A14613 2013
  26. #define IDR_BOOTFLOW_TEXTURE_80A1461D 2014
  27. #define IDR_BOOTFLOW_TEXTURE_80A1461F 2015
  28. #define IDR_BOOTFLOW_TEXTURE_80A14621 2016
  29. #define IDR_BOOTFLOW_TEXTURE_80A14624 2017
  30. #define IDR_BOOTFLOW_TEXTURE_80A14625 2018
  31. #define IDR_BOOTFLOW_TEXTURE_80A14628 2019
  32. #define IDR_BOOTFLOW_TEXTURE_80A14629 2020
  33. #define IDR_BOOTFLOW_TEXTURE_80A1462B 2021
  34. #define IDR_BOOTFLOW_TEXTURE_80A1462E 2022
  35. #define IDR_BOOTFLOW_TEXTURE_80A1462F 2023
  36. #define IDR_BOOTFLOW_TEXTURE_80A14631 2024
  37. #define IDR_BOOTFLOW_TEXTURE_80A14633 2025
  38. #define IDR_BOOTFLOW_TEXTURE_80A14636 2026
  39. #define IDR_BOOTFLOW_TEXTURE_80A14639 2027
  40. #define IDR_BOOTFLOW_TEXTURE_80A146CC 2028
  41. #define IDR_BOOTFLOW_TEXTURE_80A146CF 2029
  42. #define IDR_BOOTFLOW_TEXTURE_80A146D3 2030
  43. /** The four numeric fields of the version resource, in FILEVERSION order. */
  44. #define SUNRISE_VER_MAJOR 0
  45. #define SUNRISE_VER_MINOR 4
  46. #define SUNRISE_VER_PATCH 0
  47. #define SUNRISE_VER_BUILD 0
  48. /** The same version as display text. Windows shows this string, not the four fields. */
  49. #define SUNRISE_VER_STRING "0.4.0.0"