File diff r12924:e6c5c07d4a27 → r12925:90ba6b12158c
src/driver.h
Show inline comments
 
@@ -36,6 +36,8 @@ public:
 
		DT_VIDEO,
 
		DT_END,
 
	};
 

	
 
	virtual const char *GetName() const = 0;
 
};
 

	
 
DECLARE_POSTFIX_INCREMENT(Driver::Type);