liquidwar7game 0.1.0

Liquidwar7 game library, wraps up everything, linkable as a gdnative component.
Documentation
1
2
3
4
5
6
7
8
9
use godot::prelude::*;

mod copyright;
pub use copyright::*;

struct MyExtension;

#[gdextension]
unsafe impl ExtensionLibrary for MyExtension {}