mrDarker
2025-08-22 f8ad0695ff2431cb90640be52b523d6434bdbf83
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//==============================================================================
// Filename:  MILDYN.H
// Created by: M10U107.
// Content:  This file was dynamically created by the Mil installation program.
// COPYRIGHT (c) Matrox Electronic Systems Ltd.
// All Rights Reserved
//==============================================================================
 
#define M_MIL_LITE 1
#if !M_MIL_USE_64BIT
#error "Win64 installation: Please select the x64 configuration."
#endif
 
#include "MilDyn\mil3ddisp.h"
#include "MilDyn\mil3dgeo.h"
#include "MilDyn\mil3dgra.h"
#include "MilDyn\milcom.h"
#include "MilDyn\mildisplay.h"
#include "MilDyn\milim.h"
#include "MilDyn\PFNC.h"