summaryrefslogtreecommitdiff
path: root/MySpace/proto.h
blob: d45c485dd9097262dc675e2022d82fc911f3807c (plain)
1
2
3
4
5
6
7
8
#ifndef _PROTO_INC
#define _PROTO_INC

void RegisterProto();
void CreateProtoServices();
void DeinitProto();

#endif