ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/flatline/Flatline_PacketBuilder.c
(Generate patch)

Comparing:
Daodan/src/Flatline_PacketBuilder.c (file contents), Revision 876 by gumby, Sat Jun 1 20:29:59 2013 UTC vs.
Daodan/src/flatline/Flatline_PacketBuilder.c (file contents), Revision 877 by alloc, Sun Jun 2 11:25:34 2013 UTC

# Line 1 | Line 1
1   #include "Flatline.h"
2 < #include "Oni_Symbols.h"
2 > #include "../Oni_Symbols.h"
3   #include <assert.h>
4  
5   #define FLAG_AND_INCREMENT( FLAG )      PD->UpdateFlags |= (1 << FLAG ); DataPointer += FLpData_PartSize( FLAG );

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)