1 2 3 4 5 6 7 8 9 10 11 12
#include "selection_info_init.h" void selection_info_init (SELECTION_INFO * s) { s->active = false; s->purpose = SET; s->x = 0; s->y = 0; return; }
Copyright © 2009 Don Pellegrino All Rights Reserved.