Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 25, 2008, 7:56:40 PM (16 years ago)
Author:
scheusso
Message:

use the new media path now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/network/Synchronisable.h

    r1990 r2011  
    5454      toclient=0x1,
    5555      toserver=0x2,
    56       bidirectional=0x3
     56      bidirectional=0x3,
     57      serverMaster=0x3,
     58      clientMaster=0x7
    5759    };
    5860  }
     
    7779  };
    7880
    79   typedef struct _NetworkExport synchronisableVariable{
     81  struct _NetworkExport synchronisableVariable{
    8082    unsigned int size;
    8183    int mode; // this determines in which direction the variable gets synchronised
     
    8385    variableType type;
    8486    NetworkCallbackBase *callback;
    85   }SYNCVAR;
     87    void *varBuffer;
     88    uint8_t varReference;
     89  };
    8690
    8791  /**
Note: See TracChangeset for help on using the changeset viewer.