Skip to content
Snippets Groups Projects
bird.hpp 205 B
Newer Older
Noé's avatar
Noé committed
#pragma once

#include "cgp/cgp.hpp"

using namespace cgp;

// The entire hierarchy

struct bird{
	cgp::hierarchy_mesh_drawable hierarchy;
	cgp::hierarchy_mesh_drawable bird;

	void initialize_bird();
};