Alex Bikfalvi
You are here: Home > Projects > SimStream > Documentation
00001 #pragma once 00002 00003 class CSimulator 00004 { 00005 public: 00006 virtual void Run(char* simName, int argc, char* argv[]) = 0; 00007 };
Last updated: February 8, 2011