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