Skip to content
Snippets Groups Projects
bat.hpp 159 B
Newer Older
Marie AUDOUARD's avatar
Marie AUDOUARD committed
#pragma once

#include "cgp/cgp.hpp"

using namespace cgp;

// The entire hierarchy

struct bat{
	cgp::hierarchy_mesh_drawable bat;

	void initialize_bat();
};