31 lines
714 B
C
31 lines
714 B
C
// This code implementation is the intellectual property of
|
|
// the RD44 GEANT4 collaboration.
|
|
//
|
|
// By copying, distributing or modifying the Program (or any work
|
|
// based on the Program) you indicate your acceptance of this statement,
|
|
// and all its terms.
|
|
//
|
|
// $Id: defines.h,v 2.1 1998/07/12 02:39:11 urbi Exp $
|
|
// GEANT4 tag $Name: geant4-00 $
|
|
//
|
|
/*
|
|
This is version 4.5 of XVT-Architect.
|
|
This file was automatically generated by XVT-Architect,
|
|
Do not modify its contents.
|
|
*/
|
|
|
|
#ifndef GUI_FactoryDefines_h
|
|
#define GUI_FactoryDefines_h
|
|
|
|
#include "facdef.h"
|
|
#include "facstr.h"
|
|
#include "faccmd.h"
|
|
|
|
#include G4XvtGUI_f
|
|
#include CTaskDoc_f
|
|
#include CTaskWin_f
|
|
#include G4XvtDoc_f
|
|
#include G4XvtWin_f
|
|
|
|
#endif
|