panthema / 2006 / SDIOS06 / sdios06 / src / vmwarevideo / vmwarevideo.h (Download File)
#ifndef VMWARE_H_
#define VMWARE_H_

namespace vmwarevideo
{
	class VMWareVideoDriver;
	
	extern VMWareVideoDriver* cards[];
	extern size_t card_count;
}

#endif