BWAPI
Baz.h
Go to the documentation of this file.
00001 #include "Foobar.h"
00002 #include "Bar.h"
00003 
00004 class Baz : public Foobar, public Bar {
00005 };
 All Classes Files Functions Variables