.. _program_listing_file_include_flamegpu_runtime_agent_DeviceAgentVector.h: Program Listing for File DeviceAgentVector.h ============================================ |exhale_lsh| :ref:`Return to documentation for file ` (``include/flamegpu/runtime/agent/DeviceAgentVector.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #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_