Add forgotten header

This commit is contained in:
Cameron Gutman 2016-02-13 18:27:48 -05:00
parent 452314ef91
commit 5588ed8f19

View File

@ -50,6 +50,10 @@ class MoonlightInstance : public pp::Instance, public pp::MouseLock {
bool Init(uint32_t argc, const char* argn[], const char* argv[]);
void HandleMessage(const pp::Var& var_message);
void handlePair(std::string pairMessage);
void handleShowGames(std::string showGamesMessage);
void handleStartStream(std::string startStreamMessage);
void handleStopStream(std::string stopStreamMessage);
void UpdateModifiers(PP_InputEvent_Type eventType, short keyCode);
bool HandleInputEvent(const pp::InputEvent& event);