13 lines
179 B
C++
13 lines
179 B
C++
#include "pip.h"
|
|
#include "pivector2d.h"
|
|
|
|
|
|
int main(int argc, char *argv[]) {
|
|
PIKbdListener kbd;
|
|
kbd.enableExitCapture();
|
|
kbd.start();
|
|
WAIT_FOR_EXIT
|
|
return 0;
|
|
}
|
|
|