mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
15 lines
404 B
Plaintext
15 lines
404 B
Plaintext
// license:BSD-3-Clause
|
|
// copyright-holders:Aaron Giles
|
|
//============================================================
|
|
//
|
|
// mess.rc - Minimal resource file for Win32 MAME
|
|
//
|
|
//============================================================
|
|
|
|
#include <windows.h>
|
|
#include "messvers.rc"
|
|
|
|
1 24 MOVEABLE PURE "mess.man"
|
|
|
|
2 ICON DISCARDABLE "mess.ico"
|