source: Sophya/trunk/SophyaPI/PI/picontainermac.h@ 64

Last change on this file since 64 was 64, checked in by aubourg, 28 years ago

Portage Mac, 22/12/97

File size: 439 bytes
RevLine 
[2]1#ifndef PICONTAINERMAC_SEEN
2#define PICONTAINERMAC_SEEN
3
4#include "picontainergen.h"
5#include "pisysdep.h"
6#include <LView.h>
7
8class PIContainerMac : public PIContainerGen {
9public:
10 PIContainerMac(PIContainerGen *par, char *nom,
11 int sx=10, int sy=10, int px=0, int py=0);
12 virtual ~PIContainerMac();
13
14protected:
15
16};
17
18typedef PIContainerMac PIContainer;
19
20#endif
Note: See TracBrowser for help on using the repository browser.