view src/xref.h @ 33:a68786b9c74b

Oops, used indent with tabs enabled. Remove tabs.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 15:59:33 +0300
parents 8eaf72e2041b
children
line wrap: on
line source

/*
 *        xref.cc
 *        Cross reference stuff (who references who ?)
 *        and miscellaneous test/debug/exploration funcs.
 *        AYM 1999-03-31
 */


void xref_sidedef();
void secret_sectors();
void unknown_linedef_type(SelPtr * list);
void bad_sector_number(SelPtr * list);
void list_tagged_sectors(int tag);
void list_tagged_linedefs(int tag);