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

Replace Include Guards with #pragma once (Issue #51) #59

Closed rodneyp290 closed 3 years ago

rodneyp290 commented 3 years ago

Replaces all include guards with #pragma once, as discussed in issue #51 . ./src/dis7/msLibMacro.h is omitted to avoid merge conflicts with the pending WIP PR #44, which removes the file.

leif81 commented 3 years ago

Thank-you @rodneyp290 !