ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
trunk
/
OOPSE
/
utils
/
bilayerSys.hpp
Revision:
498
Committed:
Mon Apr 14 21:22:54 2003 UTC
(22 years ago) by
mmeineke
File size:
151 byte(s)
Log Message:
working on the system builder
File Contents
#
Content
1
#ifndef __BILYAERSYS_H__
2
#define __BILAYERSYS_H__
3
4
#include "sysBuild.hpp"
5
6
extern void buildBilayer( sysBuildInfo info );
7
8
#endif // __bilayersys_h__