X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skeleton.h;h=9729b64c04a95b7b052ba1daa3f280f444670a44;hb=5fa590f62aa7e62a8b6b07e10556c2ecc54cdca6;hp=daa8fdcdab6418147062264d918c9fc94fee8cfe;hpb=ac8ece060a0947703b4a093ac0ddaaf321b04733;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skeleton.h b/skeleton.h index daa8fdc..9729b64 100644 --- a/skeleton.h +++ b/skeleton.h @@ -2,9 +2,8 @@ * Copyright (C) 2021-2022 Mt.ZERO Software, Harry Godden - All Rights Reserved */ -#ifndef SKELETON_H -#define SKELETON_H - +#pragma once +#include "vg/vg_lines.h" #include "model.h" struct skeleton @@ -584,5 +583,3 @@ static void skeleton_debug( struct skeleton *skele, m4x3f *final_mtx ){ vg_line( p0, p1, 0xff00ffff ); } } - -#endif /* SKELETON_H */