repo.or.cz
/
opsoft.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes
[opsoft.git]
/
silentbob
/
sblib
/
Fly.cxx
blob
66c118580c609ed58d34ef4a2855315851e25d8f
1
/*
2
* (c) Oleg Puchinin 2008
3
* graycardinalster@gmail.com
4
*
5
*/
6
7
/* "the_fly" class
8
UNDER CONSTRUCTION
9
*/
10
11
/*
12
#include <fly.h>
13
14
Fly::Fly ()
15
{
16
}
17
18
Fly::~Fly ()
19
{
20
}
21
22
int Fly::loadFile (char * fileName)
23
{
24
}
25
26
*/
27