add jtk/package.d
This commit is contained in:
parent
97ab41580a
commit
a51d6e2b29
5
src/jtk/package.d
Normal file
5
src/jtk/package.d
Normal file
@ -0,0 +1,5 @@
|
||||
module jtk;
|
||||
|
||||
public import jtk.event;
|
||||
public import jtk.init;
|
||||
public import jtk.window;
|
@ -1,8 +1,8 @@
|
||||
static import jtk.init;
|
||||
static import jtk;
|
||||
import std.stdio;
|
||||
|
||||
int main(string[] args)
|
||||
{
|
||||
jtk.init.init();
|
||||
jtk.init();
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user