source: EcnlProtoTool/trunk/mruby-1.2.0/mrbgems/mruby-random/src/random.h@ 321

Last change on this file since 321 was 321, checked in by coas-nagasima, 7 years ago

文字コードを設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 164 bytes
Line 
1/*
2** random.h - Random module
3**
4** See Copyright Notice in mruby.h
5*/
6
7#ifndef RANDOM_H
8#define RANDOM_H
9
10void mrb_mruby_random_gem_init(mrb_state *mrb);
11
12#endif
Note: See TracBrowser for help on using the repository browser.