index
:
cplus
master
24-25 b13 cplus: eindopdracht
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
ConsumableObject.h
blob: 0e98674e56e7c801ed29f001c3be7c35a7919342 (
plain
)
1
2
3
4
5
6
7
#pragma once
#include
"Object.h"
class
ConsumableObject
:
public
Object
{
};