Guest User

Untitled

a guest
Oct 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. //-----------------------------------------------------------------
  2. // SNBB Resources
  3. // C++ Header - Resource.h
  4. //-----------------------------------------------------------------
  5.  
  6. //-----------------------------------------------------------------
  7. // Icons Range : 1000 - 1999
  8. //-----------------------------------------------------------------
  9. #define IDI_BLUEBOX 1000
  10. #define IDI_BLUEBOX_SM 1001
  11. //-----------------------------------------------------------------
  12. // Bitmaps Range : 2000 - 2999
  13. //-----------------------------------------------------------------
  14. #define IDB_SAUCERFLAME 2002
  15. #define IDB_NYANCAT 2003
  16. #define IDB_POPTART 2004
  17. #define IDB_MELONBIRD 2005
  18. #define IDB_MELON 2006
  19. #define IDB_STARSHEEP 2007
  20. #define IDB_STAR 2008
  21. #define IDB_NYANCATBACKGROUND 2009
  22. #define IDB_FIESTADOG 2010
  23. #define IDB_TACO 2011
  24. #define IDB_PLAYBUTTON 2012
  25. #define IDB_CREDITS 2013
  26.  
  27. //
Add Comment
Please, Sign In to add comment