1 // cmodtangent.cpp
2 //
3 // Copyright (C) 2004, Chris Laurel <claurel@shatters.net>
4 //
5 // This program is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU General Public License
7 // as published by the Free Software Foundation; either version 2
8 // of the License, or (at your option) any later version.
9 
10 #include <celengine/modelfile.h>
11 
12 
main(int argc,char * argv[])13 int main(int argc, char* argv[])
14 {
15 
16 }
17