mirror of
https://git.shylie.info/shylie/terml.git
synced 2025-10-21 17:10:19 +00:00
Simplify terml_get function
This commit is contained in:
@@ -27,7 +27,7 @@ int terml_deinit();
|
||||
unsigned int terml_get_width();
|
||||
unsigned int terml_get_height();
|
||||
|
||||
int terml_get(unsigned int x, unsigned int y, const tcell** cell);
|
||||
int terml_get(unsigned int x, unsigned int y, tcell* cell);
|
||||
int terml_set(unsigned int x, unsigned int y, tcell cell);
|
||||
void terml_flush();
|
||||
|
||||
|
Reference in New Issue
Block a user