repo.or.cz
/
roofball.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Options: Fix modifying or deleting of value returned by getenv
[roofball.git]
/
src
/
getgraphic.h
blob
c95d9aca6c798fd7750ead347303609bcbf65689
1
#ifndef GETGRAPHIC_H
2
#define GETGRAPHIC_H
3
4
#include
"SDL.h"
5
6
void
GetGraphic
(
SDL_Surface
**,
const char
*);
7
8
#endif
// GETGRAPHIC_H