mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-08 03:28:03 +03:00
Merge branch 'master' into displaystrings
This commit is contained in:
commit
af4fa26a2c
291 changed files with 7838 additions and 7655 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "framework.h"
|
||||
#include "Renderer11.h"
|
||||
namespace ten::renderer {
|
||||
namespace TEN::Renderer {
|
||||
void Renderer11::drawString(int x, int y, const char* string, D3DCOLOR color, int flags) {
|
||||
int realX = x;
|
||||
int realY = y;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue