Saxum/main.hh
2014-12-01 12:58:04 +01:00

8 lines
102 B
C++

#ifndef MAIN_HH_INCLUDED
#define MAIN_HH_INCLUDED
#include "application.hh"
Application app;
#endif