Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- //
- // Roflmao — Lol Engine Test App
- //
-
- #if HAVE_CONFIG_H
- # include "config.h"
- #endif
-
- #include <lol/engine.h>
-
- int main(int argc, char **argv)
- {
- lol::System::Init(argc, argv);
- return EXIT_SUCCESS;
- }
|