We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612a7bf commit 3fde045Copy full SHA for 3fde045
src_c/base.c
@@ -1,4 +1,3 @@
1
-
2
/*
3
pygame-ce - Python Game Library
4
Copyright (C) 2000-2001 Pete Shinners
src_c/static.c
@@ -113,8 +113,6 @@ import_pygame_pixelarray(void)
113
{
114
}
115
116
-PyMODINIT_FUNC
117
-PyInit_base(void);
118
PyMODINIT_FUNC
119
PyInit_color(void);
120
@@ -324,9 +322,6 @@ PyInit_pygame_static()
324
322
// for correct input in wasm worker
325
323
SDL_SetHint("SDL_EMSCRIPTEN_KEYBOARD_ELEMENT", "1");
326
327
- load_submodule("pygame", PyInit_base(), "base");
328
329
- //
330
load_submodule("pygame", PyInit_constants(), "constants");
331
//
332
load_submodule("pygame", PyInit_pg_math(), "math");
0 commit comments