2016-07-09 11:21:54 +02:00

9 lines
108 B
C++

#include <atkmm.h>
#include <atkmm/init.h>
int main(int argc, char* argv[])
{
Atk::init();
return 0;
}