Skip to content

Commit

Permalink
Merge pull request #8 from agoode/master
Browse files Browse the repository at this point in the history
Generate Timer.h
  • Loading branch information
autc04 committed May 10, 2024
2 parents 32dff28 + 91bedee commit 25b78f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cincludes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,10 @@ def generate(defs)
["Carbon", "Devices", "Dialogs", "Errors", "Events", "Files", "FixMath",
"Fonts", "Icons", "LowMem", "MacMemory", "MacTypes", "Memory", "Menus",
"MixedMode", "NumberFormatting", "OSUtils", "Processes", "Quickdraw",
"Resources", "SegLoad", "Sound", "TextEdit", "TextUtils", "ToolUtils",
"Traps", "Types", "Windows", "ConditionalMacros", "Gestalt", "AppleEvents",
"Serial", "StandardFile", "Strings", "Navigation"].each do |name|
"Resources", "SegLoad", "Sound", "TextEdit", "TextUtils", "Timer",
"ToolUtils", "Traps", "Types", "Windows", "ConditionalMacros",
"Gestalt", "AppleEvents", "Serial", "StandardFile", "Strings",
"Navigation"].each do |name|
File.open("#{$options.output_dir}/CIncludes/#{name}.h", "w") do |f|
f << "#pragma once\n"
f << "#include \"Multiverse.h\"\n"
Expand Down

0 comments on commit 25b78f8

Please sign in to comment.