diff options
Diffstat (limited to 'mp/src/utils/vvis/mpivis.h')
| -rw-r--r-- | mp/src/utils/vvis/mpivis.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/mp/src/utils/vvis/mpivis.h b/mp/src/utils/vvis/mpivis.h index a6ee349e..ed44aa25 100644 --- a/mp/src/utils/vvis/mpivis.h +++ b/mp/src/utils/vvis/mpivis.h @@ -1,21 +1,21 @@ -//========= 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
+//========= 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 |