Subversion Repositories Games.Carmageddon

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 pmbaty 1
#ifndef _BRBEGIN_H_
2
#define _BRBEGIN_H_
3
 
4
#include "brender/br_types.h"
5
 
6
br_error BrBegin(void);
7
 
8
br_error BrEnd(void);
9
 
10
#endif