summaryrefslogtreecommitdiff
path: root/SDL_Core/doc/doxygen/components/SmartObjects/Use of Smart Objects/index.txt
blob: 6ad626de4a9435e5dea10640bb21ca9d95bed806 (plain)
1
2
3
4
5
6
/*! \page components_smartobjects_usage Use Smart Objects

There are lots of useful applications for the Smart Objects. They allow building complex dynamic data 
structures in runtime and can be used to store and provide almost any data. For example any array can contain an item which is other array and so on.

*/