aboutsummaryrefslogtreecommitdiff
path: root/screenbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'screenbuffer.h')
-rw-r--r--screenbuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/screenbuffer.h b/screenbuffer.h
index 49cc5c5..6e3d429 100644
--- a/screenbuffer.h
+++ b/screenbuffer.h
@@ -9,6 +9,7 @@ class ScreenBuffer{
int curx=0,cury=0;
void printstr(const char *buf);
+ int printf_varargs(const char *format,va_list ap);
public:
ScreenBuffer(int W,int H);