Files
GDevelop/IDE/EntryPoint.h
T
Florian Rival 8844642ae0 Updated copyrights.
Added doxygen files.
Cleaned some files.
2014-06-26 00:20:36 +02:00

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