Program Listing for File DeviceAgentVector.h
↰ Return to documentation for file (include/flamegpu/runtime/agent/DeviceAgentVector.h
)
#ifndef INCLUDE_FLAMEGPU_RUNTIME_AGENT_DEVICEAGENTVECTOR_H_
#define INCLUDE_FLAMEGPU_RUNTIME_AGENT_DEVICEAGENTVECTOR_H_
#include "flamegpu/simulation/AgentVector.h"
#include "flamegpu/runtime/agent/DeviceAgentVector_impl.h"
namespace flamegpu {
typedef DeviceAgentVector_impl& DeviceAgentVector;
} // namespace flamegpu
#endif // INCLUDE_FLAMEGPU_RUNTIME_AGENT_DEVICEAGENTVECTOR_H_