This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
cpp
/
polycode-engine
espejo de
https://github.com/ivansafrin/Polycode.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
ae34bca779
Ramas
Etiquetas
gh-pages
goodbye_cmake
master
meshrewrite
new_renderer
screenrewrite
spriterewrite
0.8.4
polycode-engine
/
scripts
/
create_bindings
/
templates
/
js_header.h
js_header.h
103 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
10
#pragma once
#include <Polycode.h>
extern "C" {
#include <stdio.h>
#include "duktape.h"
%BODY%
}