Program Listing for File MessageNone.h
↰ Return to documentation for file (include/flamegpu/runtime/messaging/MessageNone.h
)
#ifndef INCLUDE_FLAMEGPU_RUNTIME_MESSAGING_MESSAGENONE_H_
#define INCLUDE_FLAMEGPU_RUNTIME_MESSAGING_MESSAGENONE_H_
#include "flamegpu/defines.h"
namespace flamegpu {
class MessageNone {
public:
// Host (Data and Description not required for None)
class CUDAModelHandler;
// Device
class In;
class Out;
};
} // namespace flamegpu
#endif // INCLUDE_FLAMEGPU_RUNTIME_MESSAGING_MESSAGENONE_H_