commit | 39651597dbcb239b9988199f864fa959e971e0ac | [log] [tgz] |
---|---|---|
author | Alexandros Frantzis <alexandros.frantzis@linaro.org> | Thu Jun 16 10:39:55 2011 +0300 |
committer | Alexandros Frantzis <alexandros.frantzis@linaro.org> | Thu Jun 16 10:39:55 2011 +0300 |
tree | 75fb14d90cb5bc363faaea964dad7437e8ec305c | |
parent | 3ff05002d3ae0fa68ea4cd804e39a47423c57680 [diff] [blame] |
Implement validation() method for SceneTexture.
diff --git a/src/scene.h b/src/scene.h index 9638653..a6f5c46 100644 --- a/src/scene.h +++ b/src/scene.h
@@ -142,6 +142,7 @@ void teardown(); void update(); void draw(); + ValidationResult validate(); ~SceneTexture();