X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsnapshot.h;h=f2be9c19630e804b0178e1511b400acf26e92cdb;hb=b641818c787e48bbf03ce2a0cd5b542c4c21e523;hp=cd59d7e3cf971ae75506b498149291524e669d96;hpb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;p=rocksndiamonds.git diff --git a/src/libgame/snapshot.h b/src/libgame/snapshot.h index cd59d7e3..f2be9c19 100644 --- a/src/libgame/snapshot.h +++ b/src/libgame/snapshot.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // 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