main.cpp
Go to the documentation of this file.
00001 
00006 /*****************************************************************************
00007 ** Includes
00008 *****************************************************************************/
00009 
00010 #include "../include/%(package)s/%(package)s.hpp"
00011 
00012 /*****************************************************************************
00013 ** Main
00014 *****************************************************************************/
00015 
00016 int main(int argc, char **argv) {
00017 
00018   %(package)s::Foo foo;
00019   foo.helloDude();
00020 
00021   return 0;
00022 }


winros_create_pkg
Author(s): Daniel Stonier
autogenerated on Mon Oct 6 2014 12:28:59