mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-03 16:13:22 +08:00
22 lines
406 B
C
22 lines
406 B
C
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
//=============================================================================//
|
|
|
|
#ifndef MPIVIS_H
|
|
#define MPIVIS_H
|
|
#ifdef _WIN32
|
|
#pragma once
|
|
#endif
|
|
|
|
|
|
void VVIS_SetupMPI( int &argc, char **&argv );
|
|
|
|
|
|
void RunMPIBasePortalVis();
|
|
void RunMPIPortalFlow();
|
|
|
|
|
|
#endif // MPIVIS_H
|