root/applications/robust/main.cpp @ 976

Revision 976, 169 bytes (checked in by sindj, 14 years ago)

Zaklad robustu, prikladek pro Windows. JS

Line 
1
2/*!
3\file
4\brief Robust
5\author Vasek Smidl
6
7 */
8
9#include "robustlib.h"
10
11using namespace bdm;
12
13int main ( int argc, char* argv[] ) {
14       
15        return 0;
16}
Note: See TracBrowser for help on using the browser.