mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 18:13:57 +02:00
12 lines
146 B
C++
12 lines
146 B
C++
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
|
|
#ifndef LEO_H
|
|
#define LEO_H
|
|
|
|
namespace ns3 {
|
|
|
|
/* ... */
|
|
|
|
}
|
|
|
|
#endif /* LEO_H */
|
|
|