mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-21 01:03:08 +08:00
10 lines
113 B
C
10 lines
113 B
C
|
|
#ifndef __MOD_MANAGER_H
|
||
|
|
#define __MOD_MANAGER_H
|
||
|
|
|
||
|
|
#include <unistd.h>
|
||
|
|
|
||
|
|
struct module_config{
|
||
|
|
//TODO
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|