view src/s_slice.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

/*
 *        s_slice.h
 *        AYM 2001-09-13
 */


#ifndef YH_S_SLICE                /* DO NOT INSERT ANYTHING BEFORE THIS LINE */
#define YH_S_SLICE


void sector_slice(obj_no_t linedef1, obj_no_t linedef2);


#endif /* DO NOT ADD ANYTHING AFTER THIS LINE */