1 2 3 4 5 6 7 8 9
#pragma once #include "plugin.h" #include <gfx/scene.h> typedef struct State { int unused; } State;