mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 03:40:08 +00:00
Render examples.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Implementations of the `Orca` API that are defined as macros in Orca.
|
||||
|
||||
package orca
|
||||
|
||||
// Implementations of the `Orca` API that are defined as macros in Orca.
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Helpers for logging, asserting and aborting.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// File contains Odin specific helpers.
|
||||
|
||||
package orca
|
||||
|
||||
// File contains Odin specific helpers.
|
||||
|
||||
import "base:runtime"
|
||||
|
||||
create_odin_logger :: proc(lowest := runtime.Logger_Level.Debug, ident := "") -> runtime.Logger {
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Bindings for the Orca platform
|
||||
//
|
||||
// See: [[ https://orca-app.dev ]]
|
||||
package orca
|
||||
|
||||
import "core:c"
|
||||
|
||||
Reference in New Issue
Block a user