This commit is contained in:
Chris Marsh
2017-07-20 14:58:23 -07:00
parent 79d70b8bae
commit 85fc57dea2
3 changed files with 16 additions and 0 deletions

View File

@ -5,6 +5,9 @@
#include <stdint.h>
#include <stdlib.h>
// not really connectiony, but need per-platform
int GetProcessId();
struct BaseConnection {
static BaseConnection* Create();
static void Destroy(BaseConnection*&);