mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
9 lines
190 B
C++
9 lines
190 B
C++
#include "levels_facilities.h"
|
|
#include "error_handling.h"
|
|
|
|
int main (int argc, const char **argv)
|
|
{
|
|
PLANCK_DIAGNOSIS_BEGIN
|
|
udgrade_cxx_module (argc, argv);
|
|
PLANCK_DIAGNOSIS_END
|
|
}
|