Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
20 |
pmbaty |
1 |
#ifndef _EVENTQ_H_ |
|
|
2 |
#define _EVENTQ_H_ |
|
|
3 |
|
|
|
4 |
#include "brender/br_types.h" |
|
|
5 |
|
|
|
6 |
br_error DOSEventBegin(void); |
|
|
7 |
|
|
|
8 |
void DOSEventEnd(void); |
|
|
9 |
|
|
|
10 |
br_boolean DOSEventWait(dosio_event* event, br_boolean block); |
|
|
11 |
|
|
|
12 |
#endif |