Skip to content

A simple library for working with the Windows terminal using Win32.

License

Notifications You must be signed in to change notification settings

SpectatorEx/CEngine32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CEngine32

A simple library for working with the Windows terminal using Win32.
Use #include "cengine32.h" to include all header files of the library.

For convenience, you can compile it into a dynamic or static library. To create a dynamic library, you will need to make some edits, just mark each function for export. - Exporting from a DLL.

Other

The official wiki - CEngine32 Wiki.