| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef __BILYAERSYS_H__ | |
| 2 | #define __BILAYERSYS_H__ | |
| 3 | ||
| 4 | – | #include "sysBuild.hpp" |
| 4 | ||
| 5 | < | extern void buildBilayer( sysBuildInfo info ); |
| 5 | > | // returns 1 if successful, 0 otherwise |
| 6 | ||
| 7 | + | extern int buildBilayer( int isRandom ); |
| 8 | + | |
| 9 | #endif // __bilayersys_h__ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |