haraldhv
/
aigo
Archived
1
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
aigo/lib/settings.cpp

13 lines
183 B
C++
Raw Permalink Normal View History

2007-02-23 18:10:32 +01:00
#include "settings.h"
Settings::Settings( void )
{
colorThreshold[0] = 100;
colorThreshold[1] = 1000;
2007-02-25 18:53:36 +01:00
ul.x = bl.x = ul.y = ur.y = 30;
ur.x = br.x = 610;
br.y = bl.y = 450;
2007-02-23 18:10:32 +01:00
}