Skip to content

Commit

Permalink
add #pragma once to online_util.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanfer committed Dec 20, 2024
1 parent 819a4b2 commit 5a7602c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game_api/online_util.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#pragma once
// Classes with only the functions that were currently used, more can be added if needed

template <class T, class Allocator = std::allocator<T>>
Expand Down

0 comments on commit 5a7602c

Please sign in to comment.