index
:
dpa
master
24-25 b13 dpa/alga: eindopdracht
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Command.h
blob: 0ad57f9321384eaaa35c0dbd5a81599bb29c557d (
plain
)
1
2
3
4
5
6
7
#pragma once
class
Command
{
public
:
virtual
void
execute
()
=
0
;
};