Tesseract
3.02
|
Go to the source code of this file.
Classes | |
class | SVPaint |
Functions | |
int | main (int argc, char **argv) |
Variables | |
int | rgb [3] = { 255, 255, 255 } |
int main | ( | int | argc, |
char ** | argv | ||
) |
---------------------------------------------------------------------------- Public Function Prototypes ----------------------------------------------------------------------------
Definition at line 216 of file svpaint.cpp.
{ const char* server_name; if (argc > 1) { server_name = argv[1]; } else { server_name = "localhost"; } SVPaint svp(server_name); }
int rgb[3] = { 255, 255, 255 } |
Definition at line 21 of file svpaint.cpp.