dos_compilers/Zortech C++ v206/SAMPLE/DOODLE/DOODLE.CPP

10 lines
121 B
C++
Raw Normal View History

2024-07-02 16:30:38 +02:00
#include "shapedef.hpp"
#include <stdio.h>
main()
{
shape_manager sm;
while (sm.draw() != -1) ;
}