repo.or.cz
/
SoftCat.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
First attempt of defining the main arch.
[SoftCat.git]
/
SoftCat
/
SCLoader.h
blob
5bb331e6db6574bc0a43387091fd615d9838d760
1
#include <SDL/SDL.h>
2
/*
3
* OpenGL wrapper header, it provides portability.
4
*/
5
#include <SDL/SDL_opengl.h>
6
7
namespace
SC
{
8
class
SCLoader
{
9
public
:
10
SCLoader
();
11
~
SCLoader
();
12
};
13
};