From d0e7b955bc93423808990c3e86214340bbb28600 Mon Sep 17 00:00:00 2001 From: Rosyid Haryadi Date: Sun, 2 Mar 2025 14:42:16 +0700 Subject: refactor renaming global to common --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 02efc49..73888c2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,12 +1,12 @@ mod view; -mod global; +mod common; mod calculus; mod camera; mod object; mod interval; use crate::calculus::calculus::Point3; -use crate::global::*; +use crate::common::*; use crate::camera::Camera; use crate::object::{HittableList, Sphere}; use crate::view::{render_viewer, View}; -- cgit v1.2.3-70-g09d2