X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsnapshot.h;h=41fca6407a4a185cefbaa010534d87c164113b5a;hp=cd59d7e3cf971ae75506b498149291524e669d96;hb=64e7c54dce6ea8c063f04198c64c5057d751c928;hpb=855700d73bbef8bb1248fe0ac735738478d6044b diff --git a/src/libgame/snapshot.h b/src/libgame/snapshot.h index cd59d7e3..41fca640 100644 --- a/src/libgame/snapshot.h +++ b/src/libgame/snapshot.h @@ -18,7 +18,7 @@ #define SNAPSHOT_MEMORY_DEFAULT (512 * 1024 * 1024) -/* needed for comfortably saving engine snapshot buffers */ +// needed for comfortably saving engine snapshot buffers #define ARGS_ADDRESS_AND_SIZEOF(x) (&(x)), (sizeof(x)) struct SnapshotNodeInfo @@ -42,4 +42,4 @@ boolean CheckSnapshotList(void); void FreeSnapshotSingle(void); void FreeSnapshotList(void); -#endif /* SNAPSHOT_H */ +#endif // SNAPSHOT_H