mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 20:51:22 +02:00
8 lines
218 B
C
8 lines
218 B
C
//---------------------------------------------------------------------------
|
|
#ifndef AboutH
|
|
#define AboutH
|
|
//---------------------------------------------------------------------------
|
|
extern char *_szAbout;
|
|
#endif
|
|
|