diff options
Diffstat (limited to 'source/frontend/StarMerchantInterface.hpp')
-rw-r--r-- | source/frontend/StarMerchantInterface.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/frontend/StarMerchantInterface.hpp b/source/frontend/StarMerchantInterface.hpp index d123c9b..b717a61 100644 --- a/source/frontend/StarMerchantInterface.hpp +++ b/source/frontend/StarMerchantInterface.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_MERCHANT_INTERFACE_HPP -#define STAR_MERCHANT_INTERFACE_HPP +#pragma once #include "StarWorldClient.hpp" #include "StarPane.hpp" @@ -80,5 +79,3 @@ private: }; } - -#endif |