OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
attachbinder.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdlib>
4#include <vector>
5#include <string>
6
7class ProtoMesh;
8class Skeleton;
9
10class AttachBinder final {
11 public:
12 AttachBinder()=default;
13 AttachBinder(const Skeleton& s,const ProtoMesh& m);
14
15 std::vector<size_t> bind;
16 };
AttachBinder()=default
std::vector< size_t > bind