swift
directplayerror.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2016 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
6 #ifndef SWIFT_SIMPLUGIN_FS9_DIRECTPLAYERROR_H
7 #define SWIFT_SIMPLUGIN_FS9_DIRECTPLAYERROR_H
8 
9 #ifndef NOMINMAX
10 # define NOMINMAX
11 #endif
12 
13 #include <dplay8.h>
14 
15 namespace swift::simplugin::fs9
16 {
18  HRESULT logDirectPlayError(HRESULT error);
19 } // namespace swift::simplugin::fs9
20 
21 #endif // SWIFT_SIMPLUGIN_FS9_DIRECTPLAYERROR_H