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