mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
13 lines
188 B
C++
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 */
|