mirror of
https://github.com/aap/librw.git
synced 2025-12-22 02:19:56 +00:00
started implementing linked lists
This commit is contained in:
@@ -31,6 +31,7 @@ TexDictionary *currentTexDictionary;
|
||||
|
||||
TexDictionary::TexDictionary(void)
|
||||
{
|
||||
this->object.init(6, 0);
|
||||
this->first = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user