mirror of
https://github.com/holub/mame
synced 2025-04-29 03:20:50 +03:00
10 lines
110 B
C
10 lines
110 B
C
// StdAfx.h
|
|
|
|
#ifndef __STDAFX_H
|
|
#define __STDAFX_H
|
|
|
|
// #include "MyWindows.h"
|
|
#include "NewHandler.h"
|
|
|
|
#endif
|