ns-3-leo/helper/leo-helper.h
2020-06-21 13:01:32 +02:00

13 lines
188 B
C++

/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
#ifndef LEO_HELPER_H
#define LEO_HELPER_H
#include "ns3/leo.h"
namespace ns3 {
/* ... */
}
#endif /* LEO_HELPER_H */