summaryrefslogtreecommitdiff
path: root/src/ld-lua-symbol.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement part of LdLuaSymbol.Přemysl Janouch2010-10-171-2/+1
| | | | | | | The "new" method requires to be passed a parameter that makes it possible to call the appropriate render function. Stub-plemented the "draw" method.
* Convert LdSymbol into an abstract class.Přemysl Janouch2010-10-171-0/+63
Created LdLuaSymbol, which subclasses LdSymbol.