2025-05-03 16:23:19 +02:00

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