RocketLogger  1.0
log.h
Go to the documentation of this file.
1 
5 #ifndef RL_LOG_H
6 #define RL_LOG_H
7 
8 #include <stdio.h>
9 
10 #include "types.h"
11 
12 void rl_log(rl_log_type type, const char* format, ... );
13 
14 #endif
void rl_log(rl_log_type type, const char *format,...)
Definition: log.c:12
enum log_type rl_log_type