1
0
forked from mirrors/0ad
Files
0ad/source
trompetin17 95fc9bd2ed Standardize OggData fields and variable naming
This commit renames ogg to m_OggStreamPtr for clarity and consistency
with naming conventions. Additionally, it moves the m_Format and
m_Frequency fields to the private section to ensure proper
encapsulation.

Local variables like pcmout have been renamed to PCMOut to match style
conventions, and all member fields now follow a consistent m_ prefix
style, placed at the end of the class definition for clarity.

These changes help improve code readability, enforce privacy, and align
with the rest of the codebase's naming standards.
2025-07-22 08:40:58 -05:00
..
2025-06-26 20:05:53 +02:00
2025-07-01 09:01:00 +02:00
2025-07-19 18:16:14 +02:00
2025-07-19 18:16:14 +02:00
2025-06-26 17:25:05 +02:00
2025-07-11 11:06:04 -05:00