mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-04-29 19:24:42 +00:00
11 lines
145 B
C
11 lines
145 B
C
|
#ifndef CLIENTPROTOCOL_H
|
||
|
#define CLIENTPROTOCOL_H
|
||
|
|
||
|
#include "clientprotocol_global.h"
|
||
|
|
||
|
namespace ClientProtocol {
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // CLIENTPROTOCOL_H
|