Skip to content

Commit

Permalink
Replaced include-guard with #pragma once for Handler.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
UE4SS committed Jan 11, 2025
1 parent 0524dc8 commit e6ccaad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions deps/first/Input/include/Input/Handler.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#ifndef IO_INPUT_HANDLER_HPP
#define IO_INPUT_HANDLER_HPP
#pragma once

// TODO: Abstract more... need to get rid of Windows.h from InputHandler.cpp

Expand Down Expand Up @@ -111,5 +110,3 @@ namespace RC::Input
};
#endif // HAS_INPUT
} // namespace RC::Input

#endif // IO_INPUT_HANDLER_HPP

0 comments on commit e6ccaad

Please sign in to comment.