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]
/
Time.h
blob
b9e79f2d914445d89754e24a14d79c9c038fa83e
1
#ifndef TIME_H
2
#define TIME_H
3
4
namespace
yam
{
5
class
Time
{
6
public
:
7
int
dividend
;
8
int
divisor
;
9
};
10
}
11
12
#endif