#include "scrollview.h"
#include "svmnode.h"
#include <stdlib.h>
#include <iostream>
Go to the source code of this file.
Functions |
int | main (int argc, char **argv) |
Variables |
int | rgb [3] = { 255, 255, 255 } |
Function Documentation
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Public Function Prototypes —————————————————————————-
Definition at line 221 of file svpaint.cpp.
{
const char* server_name;
if (argc > 1) { server_name = argv[1]; } else { server_name = "localhost"; }
}
Variable Documentation
int rgb[3] = { 255, 255, 255 } |