Project

General

Profile

Revision 16097fcf

ID16097fcfc07152dbb8ae7f030da0de8e9a90b1ec
Parent 30a3768e
Child 96ec9388, 0e0ef125

Added by Priya over 11 years ago

Added header guards to scout constants.

View differences:

scout/scoutsim/src/scout_constants.h
47 47

  
48 48
/// @todo Comment up.
49 49

  
50
#ifndef _SCOUTSIM_SCOUT_CONSTANTS_
51
#define _SCOUTSIM_SCOUT_CONSTANTS_
52

  
50 53
namespace scoutsim
51 54
{
52 55
    // Pixels in scoutsim per real-world meter.
......
71 74

  
72 75
    const float SCOUTSIM_REFRESH_RATE = 0.01;   // s
73 76
}
77

  
78
#endif

Also available in: Unified diff