This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
cpp
/
polycode-engine
kopia lustrzana
https://github.com/ivansafrin/Polycode.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
2ae045c27e
Gałęzie
Tagi
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
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
#pragma once
#include <Polycode.h>
extern "C" {
#include <stdio.h>
#include "duktape.h"
%BODY%
}