mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
daemon: expose GameModeClient as opaque struct
First step to making GameModeClient useful outside of gamemode- context.c.
This commit is contained in:
@ -43,6 +43,7 @@ typedef int procfd_t;
|
||||
*/
|
||||
typedef struct GameModeContext GameModeContext;
|
||||
typedef struct GameModeConfig GameModeConfig;
|
||||
typedef struct GameModeClient GameModeClient;
|
||||
|
||||
/**
|
||||
* Return the singleton instance
|
||||
|
Reference in New Issue
Block a user