mirror of
https://github.com/jmarshall23/Hellfire.git
synced 2026-08-12 07:50:53 +02:00
10 lines
118 B
Plaintext
10 lines
118 B
Plaintext
#include "resource.h"
|
|
|
|
WinDcl ICON "WinDcl.ico"
|
|
|
|
WinDCL MENU
|
|
BEGIN
|
|
MENUITEM "&Test DCL", IDM_TEST_DCL
|
|
END
|
|
|