rosa/inc/alsk/skeleton/skeleton.h
2021-05-10 18:14:24 +02:00

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