Skip to content

Commit

Permalink
numbered resources for icons
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Apr 14, 2024
1 parent ff432ba commit aac060e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nsfplay/nsfplay.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "resource.h"

IDI_NSFPLAY_ICO ICON "../icons/nsfplay.ico"
IDI_FAMICOM_ICO ICON "../icons/famicom.ico"
IDI_NSFPLAY ICON "../icons/nsfplay.ico"
IDI_FAMICOM ICON "../icons/famicom.ico"
4 changes: 3 additions & 1 deletion nsfplay/resource.h
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#define IDI_NSFPLAY_ICO 101

#define IDI_NSFPLAY 101
#define IDI_FAMICOM 102

0 comments on commit aac060e

Please sign in to comment.