DYT/Tool/TritonSDK/PublicHeaders/Triton.h

19 lines
392 B
C
Raw Normal View History

2024-12-25 14:48:51 +00:00
// Copyright (c) 2011-2014 Sundog Software, LLC. All rights reserved worldwide.
/** \file Triton.h
\brief A convenience header that includes the main public headers for Triton.
*/
#ifndef TRITON_H
#define TRITON_H
#include "Environment.h"
#include "Ocean.h"
#include "WakeGenerator.h"
#include "RotorWash.h"
#include "Impact.h"
#include "TidalStreamWake.h"
#include "Camera.h"
#endif