20 lines
192 B
C++
20 lines
192 B
C++
/*
|
|
* votelogger.hpp
|
|
*
|
|
* Created on: Dec 31, 2017
|
|
* Author: nullifiedcat
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
class bf_read;
|
|
|
|
namespace votelogger
|
|
{
|
|
|
|
void user_message(bf_read& buffer, int type);
|
|
|
|
}
|
|
|
|
|