alsk/src/alsk/skeleton/skeleton.h

12 lines
203 B
C

#ifndef ALSK_ALSK_SKELETON_SKELETON_H
#define ALSK_ALSK_SKELETON_SKELETON_H
#include "bones.h"
#include "utility.h"
#include "link/link.h"
#include "muscle/muscle.h"
#include "struct/struct.h"
#endif