This website requires JavaScript.
Explore
Help
Register
Sign In
tasiaiso
/
tildefriends
Watch
1
Star
0
Fork
0
You've already forked tildefriends
forked from
cory/tildefriends
Code
Issues
Pull Requests
Releases
Wiki
Activity
4a1d136721
tildefriends
/
src
/
file.js.h
6 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
Move all JS interface things into .js.c files with _register() functions. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3671 ed5197a5-7fde-0310-b194-c3ffbd925b24
2021-10-24 11:46:30 -04:00
#
pragma once
libuv 1.45.0, #include cleanup, probably something else. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4308 ed5197a5-7fde-0310-b194-c3ffbd925b24
2023-05-21 17:36:51 -04:00
typedef
struct
JSContext
JSContext
;
Move all JS interface things into .js.c files with _register() functions. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3671 ed5197a5-7fde-0310-b194-c3ffbd925b24
2021-10-24 11:46:30 -04:00
void
tf_file_register
(
JSContext
*
context
)
;
Reference in New Issue
Copy Permalink