Browse Source

Whitespace fix

master
Krisjanis Rijnieks 7 years ago
parent
commit
72f0936408
  1. 1
      example_remote-client/src/ofApp.h

1
example_remote-client/src/ofApp.h

@ -15,6 +15,7 @@ public:
void keyPressed(int key);
void keyReleased(int key);
void mousePressed(int x, int y, int button);
void mouseReleased(int x, int y, int button);
void mouseDragged(int x, int y, int button);

Loading…
Cancel
Save