mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-14 18:51:47 -07:00
Added initial support for comma-separated variable declaration lists.
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
|
||||
#define GEN_BENCHMARK
|
||||
#define GEN_ENFORCE_STRONG_CODE_TYPES
|
||||
#define GEN_IMPLEMENTATION
|
||||
#include "gen.hpp"
|
||||
// #define GEN_IMPLEMENTATION
|
||||
#include "gen.cpp"
|
||||
#include "gen.builder.cpp"
|
||||
|
||||
|
||||
constexpr char const* path_config = "config.h";
|
||||
|
@ -87,7 +87,7 @@ function setup-raylib {
|
||||
|
||||
# Refactor raylib
|
||||
if ( $true ) {
|
||||
$path_gencpp = join-path $path_root 'singleheader/gen'
|
||||
$path_gencpp = join-path $path_root 'project/gen'
|
||||
|
||||
$includes = @(
|
||||
$path_gencpp
|
||||
|
Reference in New Issue
Block a user