mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-01-11 12:00:40 +00:00
7 lines
159 B
Text
7 lines
159 B
Text
#include <windows.h>
|
|
#include "src/resource.h"
|
|
|
|
#define IDR_MAINFRAME 101
|
|
|
|
IDR_MAINFRAME ICON "images/stremio2.ico"
|
|
IDR_SPLASH_PNG RCDATA "images/stremio.png"
|