Subversion Repositories programming

Rev

Rev 347 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 347 Rev 348
Line -... Line 1...
-
 
1
/*******************************************************************************
-
 
2
 * main.cc
-
 
3
 *
-
 
4
 * Implementation of the main function.
-
 
5
 *
-
 
6
 * Copyright 2006, Ira W. Snyder (devel@irasnyder.com)
-
 
7
 ******************************************************************************/
1
 
8
 
2
#include <iostream>
9
#include <iostream>
3
#include <gtkmm/main.h>
10
#include <gtkmm/main.h>
4
#include "elevator_window.h"
11
#include "elevator_window.h"
5
 
12