Rename Client struct to ClientImp for C++
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
// Public stuff
|
||||
struct Client;
|
||||
typedef struct Client* Client;
|
||||
struct ClientImp;
|
||||
typedef struct ClientImp* Client;
|
||||
|
||||
#include "message.h"
|
||||
#include "chassis.h"
|
||||
|
||||
Reference in New Issue
Block a user