1 2 3 4 5 6 7 8 9
#ifndef OBJECT_GLIDER_H #define OBJECT_GLIDER_H #include "gbi.h" extern Vtx glider_v[]; extern Gfx glider_model[]; #endif