open-dis / open-dis-cpp

C++ implementation of the IEEE-1278.1 Distributed Interactive Simulation (DIS) application protocol v6 and v7
BSD 2-Clause "Simplified" License
90 stars 65 forks source link

Fix mistakes in PR#59 (trailing _ on pragma once) #67

Closed rodneyp290 closed 2 years ago

rodneyp290 commented 2 years ago

Noticed that #59 didn't quite replace all include guard properly with #pragma once 2 had trailing underscores, and one had _INCLUDED Fixed up now.

leif81 commented 2 years ago

Thanks @rodneyp290 !