src/misc/RingFinder.h

changeset 641
425b169a82aa
parent 629
b75c6cce02e2
child 647
b87941923eb4
equal deleted inserted replaced
640:d4dda62c6600 641:425b169a82aa
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #ifndef LDFORGE_MISC_RINGFINDER_H 19 #pragma once
20 #define LDFORGE_MISC_RINGFINDER_H
21 20
22 #include "../Main.h" 21 #include "../Main.h"
23 22
24 // ============================================================================= 23 // =============================================================================
25 // RingFinder 24 // RingFinder
83 bool findRingsRecursor (double r0, double r1, Solution& currentSolution); 82 bool findRingsRecursor (double r0, double r1, Solution& currentSolution);
84 }; 83 };
85 84
86 extern RingFinder g_RingFinder; 85 extern RingFinder g_RingFinder;
87 86
88 #endif // LDFORGE_MISC_RINGFINDER_H

mercurial