view src/s_vertices.h @ 25:8eaf72e2041b

Reindent the source using GNU indent and "indent -i4 -bli0 -npcs -nprs -npsl". Fix the problems introduced afterwards.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 14:16:04 +0300
parents 241c93442be0
children a68786b9c74b
line wrap: on
line source

/*
 *	s_vertices.h
 *	AYM 1998-11-22
 */


class bitvec_c;
#include "selectn.h"


bitvec_c *bv_vertices_of_sector(obj_no_t s);
bitvec_c *bv_vertices_of_sectors(SelPtr list);
SelPtr list_vertices_of_sectors(SelPtr list);