first commit
This commit is contained in:
82
Lab4/graphic/graphics.cpp
Normal file
82
Lab4/graphic/graphics.cpp
Normal file
@@ -0,0 +1,82 @@
|
||||
//## begin module.cm preserve=no
|
||||
|
||||
// %X% %Q% %Z% %W%
|
||||
|
||||
//## end module.cm
|
||||
|
||||
|
||||
|
||||
//## begin module.cp preserve=no
|
||||
|
||||
//## end module.cp
|
||||
|
||||
|
||||
|
||||
//## Module: Graphics; Pseudo Package body
|
||||
|
||||
//## Subsystem: Graphic
|
||||
|
||||
//## Source file: H:\WebDocs\skola\Avancerad_C++\Lab4\Rose\Graphic\Graphics.cpp
|
||||
|
||||
|
||||
|
||||
//## begin module.additionalIncludes preserve=no
|
||||
|
||||
//## end module.additionalIncludes
|
||||
|
||||
|
||||
|
||||
//## begin module.includes preserve=yes
|
||||
|
||||
//## end module.includes
|
||||
|
||||
|
||||
|
||||
// Graphics
|
||||
|
||||
#include "Graphic\Graphics.h"
|
||||
|
||||
//## begin module.additionalDeclarations preserve=yes
|
||||
|
||||
#include <iostream.h>
|
||||
|
||||
//## end module.additionalDeclarations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Class Graphics
|
||||
|
||||
|
||||
|
||||
Graphics::Graphics()
|
||||
|
||||
//## begin Graphics::Graphics%.hasinit preserve=no
|
||||
|
||||
//## end Graphics::Graphics%.hasinit
|
||||
|
||||
//## begin Graphics::Graphics%.initialization preserve=yes
|
||||
|
||||
//## end Graphics::Graphics%.initialization
|
||||
|
||||
{
|
||||
|
||||
//## begin Graphics::Graphics%.body preserve=yes
|
||||
|
||||
//## end Graphics::Graphics%.body
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Graphics::~Graphics()
|
||||
|
||||
{
|
||||
|
||||
//## begin Graphics::~Graphics%.body preserve=yes
|
||||
|
||||
//## end Graphics::~Graphics%.body
|
||||
|
||||
Reference in New Issue
Block a user