#ifndef __GIZMOGR_H__ #define __GIZMOGR_H__ #include "gizmo.h" #include "fslash.h" #include "bslash.h" struct Gizmogrifier { Gizmo* randomGizmo(); }; #endif