kamrowcj0380 / Node_Based_Notes

A graph style text editor, using nodes to portray text files.
0 stars 0 forks source link

Are GraphManager's public variables necessary? #11

Open kamrowcj0380 opened 3 days ago

kamrowcj0380 commented 3 days ago

GraphManager has public variables right now, including the base TTF font and the SDL renderer. Verify that this is used, and if so verify that this functionality is necessary, otherwise make these private.