00001 /* 00002 * ProductionTask.h - Tasks to create in-game Units 00003 */ 00004 #pragma once 00005 00006 #include "BuildTask.h" 00007 00008 class ProductionTask: public BuildTask 00009 { 00010 00011 };