GoldFish Engine
Quite simple and lightweight game engine
Loading...
Searching...
No Matches
gf_engine_t Struct Reference

Engine instance. More...

#include <gf_type/core.h>

Data Fields

gf_server_tserver
 Server interface.
 
gf_client_tclient
 Client interface.
 
FILE * log
 Log output.
 

Detailed Description

Engine instance.

Definition at line 46 of file core.h.

Field Documentation

◆ client

gf_engine_t::client

Client interface.

Definition at line 46 of file core.h.

◆ log

gf_engine_t::log

Log output.

Note
Default is stderr
Warning
This is NULL when logger is using graphical console
Destroying engien instance does not fclose this

Definition at line 46 of file core.h.

◆ server

gf_engine_t::server

Server interface.

Definition at line 46 of file core.h.


The documentation for this struct was generated from the following file: