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