Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 27, 2008, 10:13:19 PM (17 years ago)
Author:
rgrieder
Message:
  • moved ArgReader to util
  • some Prereqs cleanup
Location:
code/branches/input/src/util
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/util/CMakeLists.txt

    r871 r945  
    44
    55SET (UTIL_SRC_FILES
     6  ArgReader.cc
    67  Math.cc
    78  String.cc
  • code/branches/input/src/util/UtilPrereqs.h

    r871 r945  
    2727
    2828/**
    29  @file  UtilPrereq.h
    30  @brief Contains all the necessary forward declarations for all classes, structs and enums.
    31  */
     29  @file
     30  @brief Contains all the necessary forward declarations for all classes and structs.
     31*/
    3232
    3333#ifndef _UtilPrereqs_H__
     
    5959// Forward declarations
    6060//-----------------------------------------------------------------------
     61class ArgReader;
    6162class Convert;
    6263template <typename FromType, typename ToType>
Note: See TracChangeset for help on using the changeset viewer.