From 6b4dc860466ce4794b346533162291046a6ee96c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 16 Jul 2009 01:16:33 +0000 Subject: New C++ wrapper for dmnsn_texture*. --- libdimension/dimension/object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libdimension/dimension/object.h') diff --git a/libdimension/dimension/object.h b/libdimension/dimension/object.h index fefb061..c70452d 100644 --- a/libdimension/dimension/object.h +++ b/libdimension/dimension/object.h @@ -35,6 +35,7 @@ typedef struct { const dmnsn_texture *texture; } dmnsn_intersection; +/* Intersection allocation cannot fail */ dmnsn_intersection *dmnsn_new_intersection(); void dmnsn_delete_intersection(dmnsn_intersection *intersection); -- cgit v1.2.3