repo.or.cz
/
doom2d-restoration.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
install: add install sources and resources
[doom2d-restoration.git]
/
GAME
/
MEMORY.H
blob
3f9987dea65d9c6bebb656d14dc6233b05c69ea3
1
// High-level memory allocation
2
3
void M_startup(void);
4
void M_shutdown(void);
5
//void *M_mapres(int);
6
//void M_loadblock(word);
7
//void M_preload(void);
8
void *M_lock(int);
9
void M_unlock(void *);