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
7
class
ProtoMesh
;
8
class
Skeleton
;
9
10
class
AttachBinder
final {
11
public
:
12
AttachBinder
()=
default
;
13
AttachBinder
(
const
Skeleton
& s,
const
ProtoMesh
& m);
14
15
std::vector<size_t>
bind
;
16
};
AttachBinder
Definition
attachbinder.h:10
AttachBinder::AttachBinder
AttachBinder()=default
AttachBinder::bind
std::vector< size_t > bind
Definition
attachbinder.h:15
ProtoMesh
Definition
protomesh.h:21
Skeleton
Definition
skeleton.h:11
game
graphics
mesh
attachbinder.h
Generated by
1.9.8