Go to the documentation of this file.00001 #ifndef GCOP_AIRM_H
00002 #define GCOP_AIRM_H
00003
00004 #include "mbs.h"
00005
00006 namespace gcop {
00007
00019 class Airm : public Mbs<3, 8> {
00020 public:
00021 Airm();
00022 };
00023 }
00024
00025 #endif