Project

General

Profile

Revision e3f69e61

IDe3f69e61ab9e6edabd24ed28559fd8eaebc4eec2

Added by Alex Zirbel about 12 years ago

Fixed up scoutsim package. Sorry.

View differences:

scout/scoutsim/src/sim_frame.h
57 57
#include <map>
58 58

  
59 59
#include "scout.h"
60
#include "scoutsim_internal.h"
60 61

  
61 62
#define SCOUTSIM_NUM_SCOUTS 1
62 63

  
63 64
namespace scoutsim
64 65
{
65
    /**
66
     * State of the whole world, positions of all scouts!
67
     * Passed by reference to scouts for reading on update loop.
68
     * Updated only by sim_frame to prevent concurrency problems.
69
     */
70
    typedef struct world_state
71
    {
72
        float canvas_width;
73
        float canvas_height;
74

  
75
    } world_state;
76

  
77 66
    class SimFrame : public wxFrame
78 67
    {
79 68
        public:

Also available in: Unified diff