Developer/HFileTemplate
generated on 2015-09-02 00:02:07.715113 from the wiki page for Developer/HFileTemplate for SUMO 0.24.0
/****************************************************************************/ /// @file <FILENAME> /// @author <AUTHOR'S NAME, ONE SEPARATE LINE FOR EACH AUTHOR> /// @date <FILE CREATION DATE> /// @version $Id: $ /// /// <A BRIEF DESCRIPTION OF THE FILE'S CONTENTS> /****************************************************************************/ // SUMO, Simulation of Urban MObility; see http://sumo-sim.org/ // Copyright (C) 2001-2013 DLR (http://www.dlr.de/) and contributors /****************************************************************************/ // // This file is part of SUMO. // SUMO is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 3 of the License, or // (at your option) any later version. // /****************************************************************************/ #ifndef <FILENAME_h> #define <FILENAME_h> // =========================================================================== // included modules // =========================================================================== #ifdef _MSC_VER #include <windows_config.h> #else #include <config.h> #endif // =========================================================================== // class declarations // =========================================================================== // =========================================================================== // class definitions // =========================================================================== #endif
This page was last modified on 10 September 2013, at 14:06.