daemon: expose GameModeClient as opaque struct

First step to making GameModeClient useful outside of gamemode-
context.c.
This commit is contained in:
Christian Kellner
2019-07-01 17:45:22 +02:00
parent b3cec8d901
commit 2027e981e6
2 changed files with 3 additions and 2 deletions

View File

@ -43,6 +43,7 @@ typedef int procfd_t;
*/
typedef struct GameModeContext GameModeContext;
typedef struct GameModeConfig GameModeConfig;
typedef struct GameModeClient GameModeClient;
/**
* Return the singleton instance