mirror of
https://github.com/corda/corda.git
synced 2025-01-29 07:34:13 +00:00
14 lines
161 B
C++
14 lines
161 B
C++
#ifndef BUITLIN_H
|
|
#define BUITLIN_H
|
|
|
|
#include "machine.h"
|
|
|
|
namespace vm {
|
|
|
|
void
|
|
populateBuiltinMap(Thread* t, object map);
|
|
|
|
} // namespace vm
|
|
|
|
#endif//BUILTIN_H
|