Update corefw.h.
This commit is contained in:
parent
ff7c45b493
commit
0452bfc9ef
1 changed files with 11 additions and 1 deletions
12
src/corefw.h
12
src/corefw.h
|
@ -3,7 +3,17 @@
|
|||
|
||||
#include "class.h"
|
||||
#include "object.h"
|
||||
#include "string.h"
|
||||
#include "array.h"
|
||||
#include "bool.h"
|
||||
#include "box.h"
|
||||
#include "double.h"
|
||||
#include "file.h"
|
||||
#include "hash.h"
|
||||
#include "int.h"
|
||||
#include "map.h"
|
||||
#include "range.h"
|
||||
#include "refpool.h"
|
||||
#include "stream.h"
|
||||
#include "string.h"
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue