mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-07 03:49:43 -05:00
Fixed include guards
Removed unused writeToTexture file
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __OPENSPACE_CORE___NETWORKENGINE___H__
|
||||
#ifndef PARALLELCONNECTION__OPENSPACE_CORE___NETWORKENGINE___H__
|
||||
#define PARALLELCONNECTION__OPENSPACE_CORE___NETWORKENGINE___H__
|
||||
|
||||
#include <cstdint>
|
||||
@@ -75,4 +75,4 @@ private:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __OPENSPACE_CORE___NETWORKENGINE___H__
|
||||
#endif // PARALLELCONNECTION__OPENSPACE_CORE___NETWORKENGINE___H__
|
||||
|
||||
Reference in New Issue
Block a user