00001 00012 #ifndef PERSIMINDIRECTION_H 00013 #define PERSIMINDIRECTION_H 00014 00015 class PerSimIndirection { 00016 public: 00017 00018 PerSimIndirection(); 00019 PerSimIndirection(int in_index, int in_count); 00020 ~PerSimIndirection(); 00021 00022 int index; 00023 int count; 00024 00025 }; 00026 00027 00028 #endif // PERSIMINDIRECTION_H