Skip to content

Commit

Permalink
Remoção do arquivo PortugolGraphicsDrawCall
Browse files Browse the repository at this point in the history
  • Loading branch information
dngadelha committed Jan 5, 2025
1 parent 2301278 commit 6d22074
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion packages/runtime/src/graphics/PortugolGraphicsContext.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PortugolGraphicsDrawCall } from "./PortugolGraphicsDrawCall";
type PortugolGraphicsDrawCall = () => void;

export class PortugolGraphicsContext extends EventTarget {
window: Window | null = null;
Expand Down
4 changes: 0 additions & 4 deletions packages/runtime/src/graphics/PortugolGraphicsDrawCall.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/runtime/src/graphics/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from "./PortugolGraphicsContext.js";
export * from "./PortugolGraphicsDrawCall.js";

0 comments on commit 6d22074

Please sign in to comment.