first commit

This commit is contained in:
2026-03-05 13:16:26 +01:00
commit 1b2bf174e8
164 changed files with 35594 additions and 0 deletions

48
Lab7/wndwlist.h Normal file
View File

@@ -0,0 +1,48 @@
//## begin module.cm preserve=no
// %X% %Q% %Z% %W%
//## end module.cm
//## begin module.cp preserve=no
//## end module.cp
//## Module: WindowList; Pseudo Package specification
//## Subsystem: lab7
//## Source file: H:\kurs\avC++\lab7\WndwList.h
#ifndef WndwList_h
#define WndwList_h 1
//## begin module.additionalIncludes preserve=no
//## end module.additionalIncludes
//## begin module.includes preserve=yes
//## end module.includes
// Window
#include "Window.h"
// XList
#include "List.h"