Subversion Repositories Kolibri OS

Rev

Rev 8535 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8535 Rev 8578
Line 2... Line 2...
2
#include "random/init.c"
2
#include "random/init.c"
3
#include "re/init.c"
3
#include "re/init.c"
4
#include "ksys/init.c"
4
#include "ksys/init.c"
5
#include "pygame/init.c"
5
#include "pygame/init.c"
6
#include "bitwise/init.c"
6
#include "bitwise/init.c"
-
 
7
#include "file/init.c"
-
 
8
//#include "socket/socket.c" 
Line 7... Line 9...
7
 
9
 
8
void init_std_modules(TP){
10
void init_std_modules(TP){
9
      math_init(tp);
11
      math_init(tp);
10
      random_init(tp);
12
      random_init(tp);
11
      re_init(tp);
13
      re_init(tp);
-
 
14
      ksys_init(tp);
-
 
15
      file_init(tp);
12
      ksys_init(tp);
16
      //socket_init(tp);
13
      pygame_init(tp);
17
      pygame_init(tp);
14
      bitwise_init(tp);
18
      bitwise_init(tp);