Skip to content
Permalink
Browse files

mingw & fake curses compilation fix

  • Loading branch information...
zpmorgan committed Mar 4, 2013
1 parent 77e37b0 commit 9ec4cc602b930ff19dfb53b7a499fa633b9d6315
Showing with 2 additions and 0 deletions.
  1. +1 −0 catacurse.cpp
  2. +1 −0 catacurse.h
@@ -807,5 +807,6 @@ void timeout(int delay)
{
inputdelay=delay;
};
void set_escdelay(int delay) { } //PORTABILITY, DUMMY FUNCTION

#endif
@@ -143,6 +143,7 @@ int getmaxx(WINDOW *win);
int getmaxy(WINDOW *win);
int move(int y, int x);
void timeout(int delay);//PORTABILITY, DUMMY FUNCTION
void set_escdelay(int delay);//PORTABILITY, DUMMY FUNCTION

//Window Functions, Do not call these outside of catacurse.cpp
void WinDestroy();

0 comments on commit 9ec4cc6

Please sign in to comment.
You can’t perform that action at this time.