shengine pre-release
shengine by mrsinho
Loading...
Searching...
No Matches
shEditor.h File Reference

Declares the shEditorMain function for interacting with the engine from the editor. More...

Go to the source code of this file.

Functions

int shEditorMain (ShEngine *p_engine)
 Main function for the editor to interact with the shengine module.
 

Detailed Description

Declares the shEditorMain function for interacting with the engine from the editor.

The shEditorMain function is responsible for the main functionality of the editor, interacting with the ShEngine structure.

Function Documentation

◆ shEditorMain()

int shEditorMain ( ShEngine p_engine)
extern

Main function for the editor to interact with the shengine module.

Parameters
p_engineValid pointer to a ShEngine structure.
Returns
Integer status code indicating the success or failure of the operation.