This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
sdl
/
SDL
espejo de
https://github.com/libsdl-org/SDL.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
testcpuinfo.c needs SDL3/SDL_main.h
Anonymous Maarten
hace 2 años
padre
5888b008b1
commit
bff449eb24
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
test/testcpuinfo.c
+ 1
- 0
test/testcpuinfo.c
Ver fichero
@@ -1,4 +1,5 @@
#include <SDL3/SDL.h>
+#include <SDL3/SDL_main.h>
#include <stdio.h>