Files
o3de/Code/Sandbox/Editor/QtUI/WaitCursor.h
T
2021-06-23 10:55:22 -07:00

21 lines
301 B
C++

/*
* Copyright (c) Contributors to the Open 3D Engine Project
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
#ifndef CRYINCLUDE_EDITORCOMMON_WAITCURSOR_H
#define CRYINCLUDE_EDITORCOMMON_WAITCURSOR_H
class WaitCursor
{
public:
WaitCursor();
~WaitCursor();
};
#endif