repo.or.cz
/
aesalon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improved the Artisan system enough to create artisan viewports.
[aesalon.git]
/
modules
/
cpuTime
/
src
/
artisan
/
Viewport.h
blob
6aaa8e56e9f4c17e1d80e0572a74c67c1577ce83
1
#ifndef AesalonArtisan_cpuTime_Viewport_H
2
#define AesalonArtisan_cpuTime_Viewport_H
3
4
#include
"artisan/Viewport.h"
5
6
class
Viewport
:
public Artisan
::
Viewport
{
7
public
:
8
9
};
10
11
#endif