14 lines
131 B
C++
14 lines
131 B
C++
|
#include "drukbox.h"
|
||
|
|
||
|
Drukbox::Drukbox(){
|
||
|
|
||
|
}
|
||
|
|
||
|
void Drukbox::toonText(std::string){
|
||
|
//brow->
|
||
|
}
|
||
|
|
||
|
void Drukbox::clearMedium(){
|
||
|
|
||
|
}
|