mirror of
https://github.com/holub/mame
synced 2025-05-01 12:16:56 +03:00
10 lines
100 B
C
10 lines
100 B
C
// StdAfx.h
|
|
|
|
#ifndef __STDAFX_H
|
|
#define __STDAFX_H
|
|
|
|
#include <windows.h>
|
|
#include <stdio.h>
|
|
|
|
#endif
|