diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-07-16 01:16:33 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-07-16 01:16:33 +0000 |
commit | 6b4dc860466ce4794b346533162291046a6ee96c (patch) | |
tree | 2ce3f61711ea6a5688462f605a4e5913e1cb7a4e /libdimension/dimension | |
parent | c3619e541564d5133a3ccdaeb79588d37d46a3db (diff) | |
download | dimension-6b4dc860466ce4794b346533162291046a6ee96c.tar.xz |
New C++ wrapper for dmnsn_texture*.
Diffstat (limited to 'libdimension/dimension')
-rw-r--r-- | libdimension/dimension/object.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |