Videoverarbeitung eines Beerpongspiels. Entstehung im Rahmen einer Praktikumsaufgabe im Fach "Interaktion".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

icon.rc 230B

12345678
  1. // Icon Resource Definition
  2. #define MAIN_ICON 102
  3. #if defined(_DEBUG)
  4. MAIN_ICON ICON "icon_debug.ico"
  5. #else
  6. MAIN_ICON ICON "icon.ico"
  7. #endif