5 lines
126 B
C++
5 lines
126 B
C++
#include "types.h"
|
|
#ifndef PM_INIT_H
|
|
#define PM_INIT_H
|
|
extern void (*receive_callback)(std::vector<user>, std::string);
|
|
#endif |