#include <init.h>
Normally, you just create one in your main:
int main(int argc, const char* argv[]) { dballe::DballeInit dballeInit; ... return 0; }