repo.or.cz
/
bcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
using sizeof(int) instead of 4
[bcl.git]
/
environment.h
blob
76b00c88b8558ed4f2e4379a4928afe079f739fb
1
#ifndef _window_h
2
#define _window_h
3
4
extern
DECLSPEC
void
initEnvironment
();
5
extern
DECLSPEC
void
terminateEnvironment
();
6
extern
DECLSPEC
void
pumpEvents
();
7
8
#endif