4coder/4coder_build_commands.h

18 lines
254 B
C
Raw Normal View History

/*
4coder_build_commands.h - Commands for building types.
*/
// TOP
#if !defined(FCODER_BUILD_COMMANDS_H)
#define FCODER_BUILD_COMMANDS_H
enum Get_Build_Directory_Result{
BuildDir_None,
BuildDir_AtFile,
BuildDir_AtHot
};
#endif
// BOTTOM