#pragma once #include #include "util.h" #include "render_object.h" struct node_animation { render_object* ro; glm::mat4* xform_array; uint key_count; uint cur_frame; };