Create very basic message tree widget structure
Also, fix some cheuph structuring problems
This commit is contained in:
parent
7e2c802364
commit
66a67f3f28
5 changed files with 52 additions and 8 deletions
10
cheuph/rendered_message_cache.py
Normal file
10
cheuph/rendered_message_cache.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
__all__ = ["RenderedMessageCache"]
|
||||
|
||||
|
||||
class RenderedMessageCache:
|
||||
"""
|
||||
This is a cache for RenderedMessage-s. Message-s should not need to be
|
||||
redrawn every frame (and every in-between calculation).
|
||||
"""
|
||||
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue