From 68bf4e11ac1e4f2866a1948406762931d5fd7e9a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 20 Nov 2009 16:23:49 -0500 Subject: Make `dimension' output some things as it works. --- dimension/realize.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dimension/realize.h') diff --git a/dimension/realize.h b/dimension/realize.h index d6c7d51..d6f2539 100644 --- a/dimension/realize.h +++ b/dimension/realize.h @@ -17,6 +17,11 @@ * along with this program. If not, see . * *************************************************************************/ +#ifndef REALIZE_H +#define REALIZE_H + #include "../libdimension/dimension.h" dmnsn_scene *dmnsn_realize(const dmnsn_array *astree); + +#endif /* REALIZE_H */ -- cgit v1.2.3