index
:
cplus
master
24-25 b13 cplus: eindopdracht
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
GoldObject.cpp
blob: 624fdf9728955d458ddf579bfb9045098d97cba7 (
plain
)
1
2
3
4
5
6
#include
"GoldObject.h"
void
GoldObject::set_count
(
int
count
)
{
this
->
count
=
count
;
}