mirror of https://github.com/mono/CppSharp.git
5 changed files with 27 additions and 2 deletions
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
class Derived; |
||||
template<typename T> class TemplateWithIndependentFields; |
||||
typedef TemplateWithIndependentFields<Derived*> ForwardedInIndependentHeader; |
Loading…
Reference in new issue