v0.3.1
This commit is contained in:
9
include/context_forward.hpp
Normal file
9
include/context_forward.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace Fig
|
||||
{
|
||||
struct Context;
|
||||
using ContextPtr = std::shared_ptr<Context>;
|
||||
};
|
||||
Reference in New Issue
Block a user