Import source to librtti
Summary: - Import initial source Test Plan: NA
This commit is contained in:
commit
c8c1749347
23 changed files with 969 additions and 0 deletions
8
include/rtti.h
Normal file
8
include/rtti.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#if !defined(_LIBRTTI_RTTI_H_)
|
||||
|
||||
#define _LIBRTTI_RTTI_H_ 1
|
||||
|
||||
#include "rtti/typeinfo.h"
|
||||
#include "rtti/utils.h"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue