wow 1.0.0

Binding for wow-cgo


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

wow-d

D binding for wow-cgo.

Download

DUB

dub add wow

API

alias Spinner = spinner_t;

alias Name = name_t;

Spinner* spinnerGet(Name name);

void spinnerClean(Spinner* spinner);

class Wow
{
    this(Spinner* s, string text);

    void persist();

    void persistWith(Spinner* s, string text);

    void spinner(Spinner* s);

    void start();

    void stop();

    void text(string text);

    ~this();
}

References

License

This repo is released under the MIT.

Authors:
  • XXIV
Dependencies:
none
Versions:
1.0.0 2022-Oct-19
~main 2022-Oct-19
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 6 downloads total

Score:
0.3
Short URL:
wow.dub.pm