Skip to content

Hyalunar/FactoryGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FactoryGame

Coding Guidelines

Function Design

Functions are to be named according to PascalCase
Functions shall have their corresponding object as the last part of their name Examples:
CreateBuffer
ReadBuffer

Functions that have a pointer return value shall return NULL to indicate an error
All functions shall accept a pointer to an integer as their last argument to supply error codes

Variable naming

All variables, including struct members, shall follow the camelCase naming convention
Examples:
dataStart
allocatedLength

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 79.5%
  • Lua 8.2%
  • C++ 6.4%
  • Batchfile 5.9%