127dbb6f7Ss.makeev // The MIT License (MIT)
227dbb6f7Ss.makeev //
327dbb6f7Ss.makeev // 	Copyright (c) 2015 Sergey Makeev, Vadim Slyusarev
427dbb6f7Ss.makeev //
527dbb6f7Ss.makeev // 	Permission is hereby granted, free of charge, to any person obtaining a copy
627dbb6f7Ss.makeev // 	of this software and associated documentation files (the "Software"), to deal
727dbb6f7Ss.makeev // 	in the Software without restriction, including without limitation the rights
827dbb6f7Ss.makeev // 	to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
927dbb6f7Ss.makeev // 	copies of the Software, and to permit persons to whom the Software is
1027dbb6f7Ss.makeev // 	furnished to do so, subject to the following conditions:
1127dbb6f7Ss.makeev //
1227dbb6f7Ss.makeev //  The above copyright notice and this permission notice shall be included in
1327dbb6f7Ss.makeev // 	all copies or substantial portions of the Software.
1427dbb6f7Ss.makeev //
1527dbb6f7Ss.makeev // 	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1627dbb6f7Ss.makeev // 	IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1727dbb6f7Ss.makeev // 	FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1827dbb6f7Ss.makeev // 	AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1927dbb6f7Ss.makeev // 	LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2027dbb6f7Ss.makeev // 	OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2127dbb6f7Ss.makeev // 	THE SOFTWARE.
2227dbb6f7Ss.makeev 
2327dbb6f7Ss.makeev #pragma once
2427dbb6f7Ss.makeev 
2527dbb6f7Ss.makeev #ifndef __MT_ATOMIC_MAIN__
2627dbb6f7Ss.makeev #define __MT_ATOMIC_MAIN__
2727dbb6f7Ss.makeev 
2827dbb6f7Ss.makeev #include <MTTypes.h>
2927dbb6f7Ss.makeev #include <MTDebug.h>
30*c6249f4eSs.makeev #include <Platform/Common/MTAtomic.h>
3127dbb6f7Ss.makeev 
3227dbb6f7Ss.makeev 
3327dbb6f7Ss.makeev #endif
34