Skip to content
Snippets Groups Projects
Commit 5309c010 authored by rswindell's avatar rswindell
Browse files

Added sbbs_t::getstr_offset member variable, used with getstr(K_USEOFFSET)

for full-screen editor functionality.
parent 1815b3df
No related branches found
No related tags found
No related merge requests found
......@@ -471,6 +471,7 @@ public:
void center(char *str);
/* getstr.cpp */
size_t getstr_offset;
size_t getstr(char *str, size_t length, long mode);
long getnum(ulong max);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment