make scene items use linked list rather than array (containers are a bad habit), add a few functions for getting scene item information, also use a mutex to prevent race conditions when using the linked list
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -41,6 +41,7 @@ ltmain.sh
|
||||
|
||||
.depend
|
||||
tags
|
||||
*.trace
|
||||
*.swp
|
||||
*.dat
|
||||
*.clbin
|
||||
|
Reference in New Issue
Block a user