SpiecsEngine
 
Loading...
Searching...
No Matches
HoudiniSession.h
Go to the documentation of this file.
1#pragma once
2#include "HoudiniCore.h"
3
4namespace HoudiniEngine {
5
7 {
8 public:
11 }
12 virtual ~HoudiniSession() = default;
13
14 void StartSession();
15 };
16}
virtual ~HoudiniSession()=default