#ifndef MAIN_H #define MAIN_H #include #include #include "vec.h" void panicf(const char * fmt, ...); #endif