summaryrefslogtreecommitdiff
path: root/sourcevr/cbase.h
blob: ecf83a431851fa570f15b007787d1ed25903de34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
//========= Copyright Valve Corporation, All rights reserved. ============//

#include "platform.h"

#include <vector>
#include <math.h>
#include <assert.h>
#include <float.h>

// Prevent OpenCV and other Vortex modules from using D3D (they will want D3D11, and we're a D3D9 game)
#define NO_D3D