repo.or.cz
/
yam.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit of Yam.
[yam.git]
/
Yam.h
blob
565f370558e05f74e3d7c03fcefdf52d86f34a86
1
#ifndef _YAM_H
2
#define _YAM_H
3
4
namespace
yam
{
5
class
Yam
{
6
public
:
7
Yam
();
8
virtual
~
Yam
();
9
};
10
}
11
12
#endif