css_enhanced_waf/utils/vvis/mpivis.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

21 lines
372 B
C

//========= Copyright 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