From 77f880207d4fc37f82299d78d04be13623d9da0a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 30 May 2014 15:07:35 -0400 Subject: scene: Use pool. --- libdimension/dimension/scene.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libdimension/dimension') diff --git a/libdimension/dimension/scene.h b/libdimension/dimension/scene.h index 875c1bb..321fac2 100644 --- a/libdimension/dimension/scene.h +++ b/libdimension/dimension/scene.h @@ -1,5 +1,5 @@ /************************************************************************* - * Copyright (C) 2010-2011 Tavian Barnes * + * Copyright (C) 2010-2014 Tavian Barnes * * * * This file is part of The Dimension Library. * * * @@ -83,9 +83,10 @@ typedef struct dmnsn_scene { /** * Create a scene. + * @param[in] pool The memory pool to allocate from. * @return A new empty scene. */ -dmnsn_scene *dmnsn_new_scene(void); +dmnsn_scene *dmnsn_new_scene(dmnsn_pool *pool); /** * Delete a scene. -- cgit v1.2.3