1234567891011121314151617 |
- #
- # Copyright (c) Contributors to the Open 3D Engine Project
- #
- # SPDX-License-Identifier: Apache-2.0 OR MIT
- #
- #
- set(FILES
- Source/GameState/GameStateMatchInProgress.h
- Source/GameState/GameStateMatchInProgress.cpp
- Source/GameState/GameStatePreparingMatch.h
- Source/GameState/GameStatePreparingMatch.cpp
- Source/GameState/GameStateWaitingForPlayers.h
- Source/GameState/GameStateWaitingForPlayers.cpp
- Source/GameState/GameStateMatchEnded.cpp
- Source/GameState/GameStateMatchEnded.h
- )
|