Skip to content

Commit

Permalink
Check for multiple inclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar139 committed Apr 12, 2024
1 parent 396b1c1 commit 99a5221
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OPHD/Command/Commands.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once
#ifndef commands
#define commands

#include "Command.h"
#include <NAS2D/EventHandler.h>
Expand Down Expand Up @@ -109,3 +110,4 @@ class NullCommand : public Command
// Do nothing
}
};
#endif

0 comments on commit 99a5221

Please sign in to comment.