comparison tools/libgfx.h @ 2599:c3c1d3c75f53

s/DM_PROBE_SCORE_false/DM_PROBE_SCORE_FALSE/g
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 19 Nov 2023 18:33:52 +0200
parents 9807ae37ad69
children
comparison
equal deleted inserted replaced
2598:bf43bf9d6556 2599:c3c1d3c75f53
62 62
63 63
64 // Probe scores 64 // Probe scores
65 enum 65 enum
66 { 66 {
67 DM_PROBE_SCORE_false = 0, 67 DM_PROBE_SCORE_FALSE = 0,
68 DM_PROBE_SCORE_MAYBE = 250, 68 DM_PROBE_SCORE_MAYBE = 250,
69 DM_PROBE_SCORE_AVG = 500, 69 DM_PROBE_SCORE_AVG = 500,
70 DM_PROBE_SCORE_GOOD = 750, 70 DM_PROBE_SCORE_GOOD = 750,
71 DM_PROBE_SCORE_MAX = 1000, 71 DM_PROBE_SCORE_MAX = 1000,
72 }; 72 };