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
/
Storage.h
blob
4acbdabea5748ce6b4916107d854154da0b8e782
1
#ifndef AesalonArtisan_cpuTime_Storage_H
2
#define AesalonArtisan_cpuTime_Storage_H
3
4
#include
"artisan/Storage.h"
5
6
class
Storage
:
public Artisan
::
Storage
{
7
public
:
8
Storage
();
9
virtual
~
Storage
();
10
11
virtual
void
process
(
Comm
::
Packet
*
packet
);
12
};
13
14
#endif