mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-19 16:23:08 +08:00
6 lines
89 B
C
6 lines
89 B
C
|
|
#ifndef __CONSTANTS_H
|
||
|
|
#define __CONSTANTS_H
|
||
|
|
|
||
|
|
#define SECRET_PACKET_PAYLOAD "test"
|
||
|
|
|
||
|
|
#endif
|