mirror of
https://github.com/love2d/love-android.git
synced 2026-08-17 11:11:23 +02:00
10 lines
128 B
C
10 lines
128 B
C
// StdAfx.h
|
|
|
|
#ifndef __STDAFX_H
|
|
#define __STDAFX_H
|
|
|
|
#include "../Common/MyWindows.h"
|
|
#include "../Common/NewHandler.h"
|
|
|
|
#endif
|