OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
headers.h
Go to the documentation of this file.
1//-----------------------------------------------------------------------------
2// headers.h
3//
4// Project: EPA SWMM5
5// Version: 5.2
6// Date: 11/01/21 (Build 5.2.0)
7// Author: L. Rossman
8//
9// Header files included in most SWMM5 modules.
10//
11// DO NOT CHANGE THE ORDER OF THE #INCLUDE STATEMENTS
12//-----------------------------------------------------------------------------
13#include "macros.h"
14#include "objects.h"
15#define EXTERN extern
16#include "globals.h"
17#include "funcs.h"
18#include "error.h"
19#include "text.h"
20#include "keywords.h"
Header file for error codes.
Header file for global interfacing functions.
Definitions of data structures.