about summary refs log tree commit diff stats
path: root/data/maps/the_talented/rooms/Back Room.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2026-02-04 11:20:34 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2026-02-04 11:20:34 -0500
commite85fdc9f4175a232ad0891e886f93cde83c34f6c (patch)
treef4439ce1a2c09c34c3b27e61374c1975150b510f /data/maps/the_talented/rooms/Back Room.txtpb
parent9b5c160f60a4e6c679b0c1afca82d9a58523eaab (diff)
downloadlingo2-archipelago-e85fdc9f4175a232ad0891e886f93cde83c34f6c.tar.gz
lingo2-archipelago-e85fdc9f4175a232ad0891e886f93cde83c34f6c.tar.bz2
lingo2-archipelago-e85fdc9f4175a232ad0891e886f93cde83c34f6c.zip
Added "exclude_from_panelsanity" panel flag
Diffstat (limited to 'data/maps/the_talented/rooms/Back Room.txtpb')
0 files changed, 0 insertions, 0 deletions
ht .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#ifndef UTIL_H_440DEAA0
#define UTIL_H_440DEAA0

#include <ctime>

namespace twitter {

  time_t timegm(struct tm * t);

};

#endif /* end of include guard: UTIL_H_440DEAA0 */