diff options
Diffstat (limited to 'dimension/realize.h')
-rw-r--r-- | dimension/realize.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. * *************************************************************************/ +#ifndef REALIZE_H +#define REALIZE_H + #include "../libdimension/dimension.h" dmnsn_scene *dmnsn_realize(const dmnsn_array *astree); + +#endif /* REALIZE_H */ |