mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-04-29 03:04:42 +00:00
8 lines
83 B
C
8 lines
83 B
C
#ifndef SP_H
|
|
#define SP_H
|
|
|
|
#include "server.h"
|
|
#include "client.h"
|
|
|
|
#endif // SP_H
|