mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-25 04:15:49 -04:00
8844642ae0
Added doxygen files. Cleaned some files.
10 lines
188 B
C
10 lines
188 B
C
#ifndef ENTRYPOINT_H
|
|
#define ENTRYPOINT_H
|
|
|
|
/**
|
|
* \brief Create the wxApp of the IDE and launch it.
|
|
*/
|
|
extern "C" int LaunchGDIDE(int argc, char **argv);
|
|
|
|
#endif // ENTRYPOINT_H
|